Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125361
b: refs/heads/master
c: 78637a9
h: refs/heads/master
i:
  125359: 9ac7688
v: v3
  • Loading branch information
Mike Travis committed Dec 17, 2008
1 parent a6c36a2 commit 31116af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcda016eddd7a8b374bb371473c821a91ff1d8cc
refs/heads/master: 78637a97b7fe1df51f40a460448df0b93d511176
6 changes: 3 additions & 3 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -599,12 +599,12 @@ config MAXSMP
If unsure, say N.

config NR_CPUS
depends on SMP
int "Maximum number of CPUs" if SMP && !MAXSMP
range 2 512 if SMP && !MAXSMP
default "1" if !SMP
default "4096" if MAXSMP
default "32" if X86_NUMAQ || X86_SUMMIT || X86_BIGSMP || X86_ES7000
default "8"
default "32" if SMP && (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP || X86_ES7000)
default "8" if SMP
help
This allows you to specify the maximum number of CPUs which this
kernel will support. The maximum supported value is 512 and the
Expand Down

0 comments on commit 31116af

Please sign in to comment.