Bump CONFIG_NR_CPUS on sparc to 256, ABI to 2.

svn path=/dists/sid/linux-2.6/; revision=17106
This commit is contained in:
Jurij Smakov 2011-03-23 23:57:58 +00:00
parent a9c4fee390
commit 43c2ef5108
3 changed files with 6 additions and 2 deletions

4
debian/changelog vendored
View File

@ -8,6 +8,10 @@ linux-2.6 (2.6.38-2) UNRELEASED; urgency=low
* Add configuration for Debian architecture ppc64, matching the
powerpc/powerpc64 flavour (Closes: #618976)
[ Jurij Smakov ]
* Bump CONFIG_NR_CPUS on sparc to 256 to accomodate T2+ machines
(Closes: #619435). This is ABI-changing, so bump ABI to 2.
-- Ben Hutchings <ben@decadent.org.uk> Sat, 19 Mar 2011 05:17:42 +0000
linux-2.6 (2.6.38-1) unstable; urgency=low

View File

@ -1,5 +1,5 @@
[abi]
abiname: 1
abiname: 2
[base]
arches:

View File

@ -2,6 +2,6 @@
## file: arch/sparc/Kconfig
##
CONFIG_SMP=y
CONFIG_NR_CPUS=32
CONFIG_NR_CPUS=256
CONFIG_SCHED_SMT=y