Magellan Linux

Contents of /trunk/kernel26-alx/patches-2.6.17-r5/0014-2.6.17-hz-default_1000.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 199 - (show annotations) (download)
Fri May 18 11:04:36 2007 UTC (16 years, 11 months ago) by niro
File size: 689 byte(s)
-import

1 Set HZ to 1000 by default which is a better choice for normal desktops.
2
3 Signed-off-by: Con Kolivas <kernel@kolivas.org>
4
5 ---
6 kernel/Kconfig.hz | 2 +-
7 1 files changed, 1 insertion(+), 1 deletion(-)
8
9 Index: linux-ck-dev/kernel/Kconfig.hz
10 ===================================================================
11 --- linux-ck-dev.orig/kernel/Kconfig.hz 2006-06-18 15:20:13.000000000 +1000
12 +++ linux-ck-dev/kernel/Kconfig.hz 2006-06-18 15:23:58.000000000 +1000
13 @@ -4,7 +4,7 @@
14
15 choice
16 prompt "Timer frequency"
17 - default HZ_250
18 + default HZ_1000
19 help
20 Allows the configuration of the timer frequency. It is customary
21 to have the timer interrupt run at 1000 HZ but 100 HZ may be more