Contents of /trunk/kernel26-magellan/patches-2.6.17-r6/0014-2.6.17-hz-default_1000.patch
Parent Directory | Revision Log
Revision 105 -
(show annotations)
(download)
Sun Mar 11 16:17:56 2007 UTC (17 years, 7 months ago) by niro
File size: 689 byte(s)
Sun Mar 11 16:17:56 2007 UTC (17 years, 7 months ago) by niro
File size: 689 byte(s)
2.6.17-magellan-r6
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 |