From: Jiri Kosina Date: Fri, 6 Oct 2006 09:11:56 +0000 (+0200) Subject: [PATCH] make kernels with CONFIG_X86_GENERIC and !CONFIG_SMP compilable X-Git-Tag: v2.6.19-rc2~287 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815a965b0e6d925646e1f6012175830ef21e0d21;p=pandora-kernel.git [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 Acked-by: Keith Mannthey Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed