commit | 815a965b0e6d925646e1f6012175830ef21e0d21 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jikos@jikos.cz> | Fri Oct 06 11:11:56 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Oct 06 11:15:12 2006 -0700 |
tree | 3ed45d661b2ff2c8d00f4c28ebefac8521b54be3 | |
parent | 428929a234d2c4b8a6d0145d0dcf687fcfa27325 [diff] |
[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>