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
777eb13d
Commit
777eb13d
authored
Oct 10, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: limit NR_CPUS to 32 temporarily, need to hunt down the 500kB of bloat it causes
parent
c7e54c1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/ppc64/config.in
arch/ppc64/config.in
+1
-1
arch/ppc64/defconfig
arch/ppc64/defconfig
+1
-1
No files found.
arch/ppc64/config.in
View file @
777eb13d
...
...
@@ -22,7 +22,7 @@ define_bool CONFIG_PPC64 y
bool 'Symmetric multi-processing support' CONFIG_SMP
if [ "$CONFIG_SMP" = "y" ]; then
bool ' Distribute interrupts on all CPUs by default' CONFIG_IRQ_ALL_CPUS
int 'Maximum number of CPUs (2-64)' CONFIG_NR_CPUS
64
int 'Maximum number of CPUs (2-64)' CONFIG_NR_CPUS
32
if [ "$CONFIG_PPC_PSERIES" = "y" ]; then
bool ' Hardware multithreading' CONFIG_HMT
bool ' Discontiguous Memory Support' CONFIG_DISCONTIGMEM
...
...
arch/ppc64/defconfig
View file @
777eb13d
...
...
@@ -40,7 +40,7 @@ CONFIG_IRQ_ALL_CPUS=y
# CONFIG_DISCONTIGMEM is not set
# CONFIG_PREEMPT is not set
# CONFIG_RTAS_FLASH is not set
CONFIG_NR_CPUS=
64
CONFIG_NR_CPUS=
32
#
# General setup
...
...
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