[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)
commit815a965b0e6d925646e1f6012175830ef21e0d21
tree3ed45d661b2ff2c8d00f4c28ebefac8521b54be3
parent428929a234d2c4b8a6d0145d0dcf687fcfa27325
[PATCH] make kernels with CONFIG_X86_GENERIC and !CONFIG_SMP compilable

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>
include/asm-i386/smp.h