revert r8914 for now until further discussion

preempt bkl only makes sense with at least volountary preemption,
as then you get the debug path.

svn path=/dists/trunk/linux-2.6/; revision=8917
This commit is contained in:
Maximilian Attems 2007-06-06 17:25:43 +00:00
parent ed2e0dc3c6
commit ee3d24ca44
2 changed files with 1 additions and 3 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=y
# CONFIG_PREEMPT_BKL is not set
#
# Firmware Drivers

2
debian/changelog vendored
View File

@ -29,8 +29,6 @@ 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().
* Enable the new firewire stack labeled to be more simple and robust.
[ Martin Michlmayr ]