aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Attems <maks@debian.org>2007-05-13 11:03:42 +0000
committerMaximilian Attems <maks@debian.org>2007-05-13 11:03:42 +0000
commit9c98cc4b024a2ce9bca775119528514f10d9feca (patch)
tree88e2ecfaf311ff47e2886663c005989ecea81711
parentb52595867e8d8d11c541db79dab596012e028fcb (diff)
downloadkernel_replicant_linux-9c98cc4b024a2ce9bca775119528514f10d9feca.tar.gz
kernel_replicant_linux-9c98cc4b024a2ce9bca775119528514f10d9feca.tar.bz2
kernel_replicant_linux-9c98cc4b024a2ce9bca775119528514f10d9feca.zip
i386 go for tickless
aka enable dynticks and hires-timers svn path=/dists/trunk/linux-2.6/; revision=8576
-rw-r--r--debian/arch/i386/config2
-rw-r--r--debian/changelog4
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/arch/i386/config b/debian/arch/i386/config
index 434e1291ea91..29d095a2919c 100644
--- a/debian/arch/i386/config
+++ b/debian/arch/i386/config
@@ -1,3 +1,5 @@
+CONFIG_NO_HZ=y
+CONFIG_HIGH_RES_TIMERS=y
CONFIG_X86=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
diff --git a/debian/changelog b/debian/changelog
index ac802eea8a7c..455f2a412ff4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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