diff options
| author | Christoph Hellwig <hch@lst.de> | 2002-12-29 00:16:27 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-29 00:16:27 -0800 |
| commit | 007d8ed8f8dc4952af6a7cd1fb9404466d64c5a7 (patch) | |
| tree | b93826f6efe7ce357b143a39dd0485a701584774 /arch | |
| parent | 9545b5301a230678c03a786ce7dc4513858dd48d (diff) | |
[PATCH] remove CONFIG_X86_NUMA
It's only used to hide two entries in arch/i386/Kconfig.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/i386/Kconfig | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index dc780d28f1c4..b6dfc855050e 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -430,14 +430,8 @@ config NR_CPUS This is purely to save memory - each supported CPU adds approximately eight kilobytes to the kernel image. -config X86_NUMA - bool "Multi-node NUMA system support" - depends on SMP - -#Platform Choices config X86_NUMAQ bool "Multiquad (IBM/Sequent) NUMAQ support" - depends on X86_NUMA help This option is used for getting Linux to run on a (IBM/Sequent) NUMA multiquad box. This changes the way that processors are bootstrapped, @@ -447,7 +441,6 @@ config X86_NUMAQ config X86_SUMMIT bool "IBM x440 (Summit/EXA) support" - depends on X86_NUMA help This option is needed for IBM systems that use the Summit/EXA chipset. In particular, it is needed for the x440. @@ -456,7 +449,7 @@ config X86_SUMMIT config CLUSTERED_APIC bool - depends on X86_NUMA && (X86_NUMAQ || X86_SUMMIT) + depends on X86_NUMAQ || X86_SUMMIT default y # Common NUMA Features |
