]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IA64] Fix build for CONFIG_SMP=n
authorTony Luck <tony.luck@intel.com>
Tue, 16 Oct 2007 20:17:22 +0000 (13:17 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 16 Oct 2007 20:17:22 +0000 (13:17 -0700)
commit4d1efed540df1ccd3077df6f2bffba9d506b7d7b
tree568514fc51c24438faaf9c5308e1c10c7ee45a22
parent821f3eff7cdb9d6c7076effabd46c96c322daed1
[IA64] Fix build for CONFIG_SMP=n

d5a7430ddcdb598261d70f7eb1bf450b5be52085 missed a spot where we
use cpu_sibling_map and cpu_core_map.  These don't exist on a
uni-processor build.  Wrap #ifdef CONFIG_SMP ... #endif around it.

Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/setup.c