Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
007d8ed8
Commit
007d8ed8
authored
Dec 29, 2002
by
Christoph Hellwig
Committed by
Linus Torvalds
Dec 29, 2002
Browse files
Options
Browse Files
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
Show 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_NUMA
Q || X86_SUMMIT
default y
# Common NUMA Features
...
...
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