|
@@ -165,7 +165,7 @@ config SGI_XP
|
|
|
depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP
|
|
|
select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
|
|
|
select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
|
|
|
- select SGI_GRU if (IA64_GENERIC || IA64_SGI_UV || X86_64) && SMP
|
|
|
+ select SGI_GRU if X86_64 && SMP
|
|
|
---help---
|
|
|
An SGI machine can be divided into multiple Single System
|
|
|
Images which act independently of each other and have
|
|
@@ -189,7 +189,7 @@ config HP_ILO
|
|
|
|
|
|
config SGI_GRU
|
|
|
tristate "SGI GRU driver"
|
|
|
- depends on (X86_UV || IA64_SGI_UV || IA64_GENERIC) && SMP
|
|
|
+ depends on X86_UV && SMP
|
|
|
default n
|
|
|
select MMU_NOTIFIER
|
|
|
---help---
|