[PATCH] make kernels with CONFIG_X86_GENERIC and !CONFIG_SMP compilable
authorJiri Kosina <jikos@jikos.cz>
Fri, 6 Oct 2006 09:11:56 +0000 (11:11 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Oct 2006 18:15:12 +0000 (11:15 -0700)
CONFIG_X86_GENERIC is not exclusively CONFIG_SMP, as mach-default/ could
be compiled also for UP archs. The patch fixes compilation error in
include/asm/mach-summit/mach_apic.h in case CONFIG_X86_GENERIC && !CONFIG_SMP

Signed-off-by: Jiri Kosina <jikos@jikos.cz>
Acked-by: Keith Mannthey <kmannth@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found