parisc changes for 2.6.17

svn path=/dists/trunk/linux-2.6/; revision=6827
This commit is contained in:
Kyle McMartin 2006-06-18 23:36:27 +00:00
parent 8a7c5a1dad
commit c328dbb130
6 changed files with 2913 additions and 2 deletions

View File

@ -40,6 +40,9 @@ CONFIG_KMOD=y
# CONFIG_PA7100LC is not set
# CONFIG_PA7200 is not set
# CONFIG_PA7300LC is not set
CONFIG_PARISC_PAGE_SIZE_4KB=y
# CONFIG_PARISC_PAGE_SIZE_16KB is not set
# CONFIG_PARISC_PAGE_SIZE_64KB is not set
CONFIG_GSC=y
CONFIG_HPPB=y
CONFIG_IOMMU_CCIO=y

View File

@ -7,7 +7,7 @@ CONFIG_PA11=y
CONFIG_SMP=y
CONFIG_HOTPLUG_CPU=y
# CONFIG_HPUX is not set
CONFIG_NR_CPUS=32
CONFIG_NR_CPUS=8
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_NSP32 is not set
CONFIG_PCMCIA_AHA152X=m

View File

@ -10,7 +10,7 @@ CONFIG_SMP=y
CONFIG_HOTPLUG_CPU=y
CONFIG_DISCONTIGMEM=y
CONFIG_COMPAT=y
CONFIG_NR_CPUS=32
CONFIG_NR_CPUS=8
# CONFIG_DEBUG_RWLOCK is not set
CONFIG_NEED_MULTIPLE_NODES=y
# CONFIG_FLATMEM_MANUAL is not set

5
debian/changelog vendored
View File

@ -13,6 +13,11 @@ linux-2.6 (2.6.17-0experimental.1) UNRELEASED; urgency=low
* [mips] Fix SWARM FPU detection.
* [mips] Update configurations.
[ Kyle McMartin ]
* [hppa] Update patchset (2.6.17-pa1) from parisc-linux.org.
* [hppa] Change NR_CPUS to 8 from 32 on both SMP flavours.
* [hppa] Set PARISC_PAGE_SIZE to 4K on all platforms.
[ Bastian Blank ]
* [s390] Use gcc 4.1.
* [i386] Enable REGPARM.

2902
debian/patches/hppa.patch vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,3 +3,4 @@
+ vserver-version.patch *_vserver *_xen-vserver
+ mips-tulip.patch mipsel
+ mips-tulip_dc21143.patch mipsel
+ hppa.patch hppa