i386 go for tickless

aka enable dynticks and hires-timers

svn path=/dists/trunk/linux-2.6/; revision=8576
This commit is contained in:
Maximilian Attems 2007-05-13 11:03:42 +00:00
parent b52595867e
commit 9c98cc4b02
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_X86=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y

4
debian/changelog vendored
View File

@ -13,6 +13,8 @@ linux-2.6 (2.6.21-1~experimental.1) UNRELEASED; urgency=low
* Add stable release 2.6.21.1:
- IPV4: Fix OOPS'er added to netlink fib.
- IPV6: Fix for RT0 header ipv6 change.
* [i386] Enable CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS for dynticks and true
high-resolution timers.
[ Martin Michlmayr ]
* Add armel (arm with EABI) support. Thanks, Lennert Buytenhek and
@ -37,7 +39,7 @@ linux-2.6 (2.6.21-1~experimental.1) UNRELEASED; urgency=low
* Add type: plain to [image] in arch/m68k/defines to fix missing
Modules.symvers problem
-- Christian T. Steigies <cts@debian.org> Sat, 12 May 2007 17:44:49 +0200
-- maximilian attems <maks@debian.org> Sun, 13 May 2007 13:02:11 +0200
linux-2.6 (2.6.20-3) unstable; urgency=low