From: Ingo Molnar Date: Thu, 10 Jul 2008 17:47:49 +0000 (+0200) Subject: x86, VisWS: build fix X-Git-Tag: v2.6.27-rc1~1102^2~16^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c47277d2f842d6c50d1991579307625540b26eac;p=platform%2Fkernel%2Flinux-exynos.git x86, VisWS: build fix fix: arch/x86/kernel/built-in.o: In function `visws_early_detect': : undefined reference to `mach_get_smp_config_quirk' arch/x86/kernel/built-in.o: In function `visws_early_detect': : undefined reference to `mach_find_smp_config_quirk' Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1765714..b030186 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -353,7 +353,7 @@ endchoice config X86_VISWS bool "SGI 320/540 (Visual Workstation)" - depends on X86_32 && PCI && !X86_VOYAGER + depends on X86_32 && PCI && !X86_VOYAGER && X86_MPPARSE help The SGI Visual Workstation series is an IA32-based workstation based on SGI systems chips with some legacy PC hardware attached.