From: Tony Luck Date: Tue, 16 Oct 2007 20:17:22 +0000 (-0700) Subject: [IA64] Fix build for CONFIG_SMP=n X-Git-Tag: v2.6.24-rc1~827^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d1efed540df1ccd3077df6f2bffba9d506b7d7b;p=pandora-kernel.git [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 --- Reading git-diff-tree failed