Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
007d8ed8
Commit
007d8ed8
authored
22 years ago
by
Christoph Hellwig
Committed by
Linus Torvalds
22 years ago
Browse files
Options
Download
Email Patches
Plain Diff
[PATCH] remove CONFIG_X86_NUMA
It's only used to hide two entries in arch/i386/Kconfig.
parent
9545b530
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
arch/i386/Kconfig
arch/i386/Kconfig
+1
-8
No files found.
arch/i386/Kconfig
View file @
007d8ed8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment