topconfig: enable preemption of bkl.

let's see if we get bug reports with
"BUG: using smp_processor_id() in preemptible code"

svn path=/dists/trunk/linux-2.6/; revision=8914
This commit is contained in:
Maximilian Attems 2007-06-06 10:15:54 +00:00
parent 1866dac899
commit ab93e75d9c
2 changed files with 4 additions and 2 deletions

2
debian/arch/config vendored
View File

@ -83,7 +83,7 @@ CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
# CONFIG_PREEMPT_BKL is not set
CONFIG_PREEMPT_BKL=y
#
# Firmware Drivers

4
debian/changelog vendored
View File

@ -29,6 +29,8 @@ linux-2.6 (2.6.22~rc4-1~experimental.1) UNRELEASED; urgency=low
* Enable the moved USB tablets config options where wacom is enabled.
* [i386] Enable driver for Crystalfontz 128x64 2-color LCD.
* [amd64] Enable KS0108 LCD controller.
* Enable the preemption of the big kernel lock. Low hanging fruit for
better latency with excellent debug info in smp_processor_id().
[ Martin Michlmayr ]
* mipsel/r5k-cobalt: Use the new RTC system.
@ -41,7 +43,7 @@ linux-2.6 (2.6.22~rc4-1~experimental.1) UNRELEASED; urgency=low
* arm: Mark CHELSIO_T3, NETXEN_NIC, BCM43XX, VIDEO_BT848,
DVB_B2C2_FLEXCOP, and DVB_BUDGET as broken on ARM.
-- Gordon Farquharson <gordonfarquharson@gmail.com> Tue, 5 Jun 2007 22:37:06 -0600
-- maximilian attems <maks@debian.org> Wed, 06 Jun 2007 12:03:27 +0200
linux-2.6 (2.6.21-3) UNRELEASED; urgency=low