From: Ingo Molnar Date: Tue, 27 Jan 2009 16:28:08 +0000 (+0100) Subject: x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirk X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550fe4f198558c147c6b8273a709568222a1668a;p=pandora-kernel.git x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirk x86/Voyager had this Kconfig quirk: config X86_FIND_SMP_CONFIG def_bool y depends on X86_MPPARSE || X86_VOYAGER Which splits off the find_smp_config() callback into a build-time quirk. Voyager should use the existing x86_quirks.mach_find_smp_config() callback to introduce SMP-config quirks. NUMAQ-32 and VISWS already use this. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed