* Move to 2.6.15-rc6.

* New option: CONFIG_CC_OPTIMIZE_FOR_SIZE - set for amd64 and i386. 

svn path=/dists/trunk/linux-2.6/; revision=5072
This commit is contained in:
Frederik Schüler 2005-12-23 23:50:31 +00:00
parent 43f87fc4e2
commit ba71e2a702
10 changed files with 4 additions and 8 deletions

View File

@ -1649,3 +1649,4 @@ CONFIG_I6300ESB_WDT=m
CONFIG_USB_SUSPEND=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_PM_LEGACY=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set

View File

@ -1911,3 +1911,4 @@ CONFIG_FLATMEM_MANUAL=y
# CONFIG_SPARSEMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set

View File

@ -1,4 +1,3 @@
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_M486=y
# CONFIG_M686 is not set
# CONFIG_MK7 is not set

View File

@ -1,4 +1,3 @@
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
# CONFIG_M386 is not set
CONFIG_M686=y
# CONFIG_MK7 is not set

View File

@ -1,6 +1,5 @@
CONFIG_LOCK_KERNEL=y
# CONFIG_CPUSETS is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_STOP_MACHINE=y
# CONFIG_M386 is not set
CONFIG_M686=y

View File

@ -1,4 +1,3 @@
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
# CONFIG_M386 is not set
# CONFIG_M686 is not set
CONFIG_MK7=y

View File

@ -1,6 +1,5 @@
CONFIG_LOCK_KERNEL=y
# CONFIG_CPUSETS is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_STOP_MACHINE=y
# CONFIG_M386 is not set
# CONFIG_M686 is not set

3
debian/changelog vendored
View File

@ -1,4 +1,4 @@
linux-2.6 (2.6.14+2.6.15-rc5-0experimental.2) UNRELEASED; urgency=low
linux-2.6 (2.6.14+2.6.15-rc6-0experimental.1) UNRELEASED; urgency=low
[ Kyle McMartin ]
* Change parisc kernel names to something less ambiguous.
@ -20,7 +20,6 @@ linux-2.6 (2.6.14+2.6.15-rc5-0experimental.2) UNRELEASED; urgency=low
[ Frederik Schüler ]
* Add updated version of drivers-scsi-megaraid_splitup.patch.
(Closes: #317258)
* Deactivate CONFIG_IDE_TASK_IOCTL on alpha and ia64 and make it a global
option.

View File

@ -1 +0,0 @@
+ drivers-scsi-megaraid_splitup.patch

View File

@ -21,3 +21,4 @@
+ m68k-spinlock.patch
+ sparc64-atyfb-xl-gr.patch
+ powerpc-arch-default-powerpc.patch
+ drivers-scsi-megaraid_splitup.patch