|
@@ -262,9 +262,6 @@ config X86_MPPARSE
|
|
For old smp systems that do not have proper acpi support. Newer systems
|
|
For old smp systems that do not have proper acpi support. Newer systems
|
|
(esp with 64bit cpus) with acpi support, MADT and DSDT will override it
|
|
(esp with 64bit cpus) with acpi support, MADT and DSDT will override it
|
|
|
|
|
|
-config X86_PC
|
|
|
|
- def_bool y
|
|
|
|
-
|
|
|
|
config X86_NON_STANDARD
|
|
config X86_NON_STANDARD
|
|
bool "Support for non-standard x86 platforms"
|
|
bool "Support for non-standard x86 platforms"
|
|
help
|
|
help
|
|
@@ -1019,7 +1016,6 @@ config NUMA
|
|
bool "Numa Memory Allocation and Scheduler Support"
|
|
bool "Numa Memory Allocation and Scheduler Support"
|
|
depends on SMP
|
|
depends on SMP
|
|
depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && EXPERIMENTAL)
|
|
depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && EXPERIMENTAL)
|
|
- default n if X86_PC
|
|
|
|
default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP)
|
|
default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP)
|
|
help
|
|
help
|
|
Enable NUMA (Non Uniform Memory Access) support.
|
|
Enable NUMA (Non Uniform Memory Access) support.
|
|
@@ -1122,7 +1118,7 @@ config ARCH_SPARSEMEM_DEFAULT
|
|
|
|
|
|
config ARCH_SPARSEMEM_ENABLE
|
|
config ARCH_SPARSEMEM_ENABLE
|
|
def_bool y
|
|
def_bool y
|
|
- depends on X86_64 || NUMA || (EXPERIMENTAL && X86_PC) || X86_32_NON_STANDARD
|
|
|
|
|
|
+ depends on X86_64 || NUMA || (EXPERIMENTAL && X86_32) || X86_32_NON_STANDARD
|
|
select SPARSEMEM_STATIC if X86_32
|
|
select SPARSEMEM_STATIC if X86_32
|
|
select SPARSEMEM_VMEMMAP_ENABLE if X86_64
|
|
select SPARSEMEM_VMEMMAP_ENABLE if X86_64
|
|
|
|
|