Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c47277d2 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent f78cb9b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.