diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 13:47:49 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 13:52:07 -0400 |
| commit | c47277d2f842d6c50d1991579307625540b26eac (patch) | |
| tree | 2cbc32e854475ae8b909e360716fda0f721dc42e | |
| parent | f78cb9b1cfe618e8b4cc0c118f187f54ed102f45 (diff) | |
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 <mingo@elte.hu>
| -rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1765714176d4..b03018692cd8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
| @@ -353,7 +353,7 @@ endchoice | |||
| 353 | 353 | ||
| 354 | config X86_VISWS | 354 | config X86_VISWS |
| 355 | bool "SGI 320/540 (Visual Workstation)" | 355 | bool "SGI 320/540 (Visual Workstation)" |
| 356 | depends on X86_32 && PCI && !X86_VOYAGER | 356 | depends on X86_32 && PCI && !X86_VOYAGER && X86_MPPARSE |
| 357 | help | 357 | help |
| 358 | The SGI Visual Workstation series is an IA32-based workstation | 358 | The SGI Visual Workstation series is an IA32-based workstation |
| 359 | based on SGI systems chips with some legacy PC hardware attached. | 359 | based on SGI systems chips with some legacy PC hardware attached. |
