Set HZ to 1000 by default which is a better choice for normal desktops. Signed-off-by: Con Kolivas --- arch/i386/defconfig | 6 +++--- arch/x86_64/defconfig | 6 +++--- kernel/Kconfig.hz | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) Index: linux-2.6.20-ck1/kernel/Kconfig.hz =================================================================== --- linux-2.6.20-ck1.orig/kernel/Kconfig.hz 2007-02-05 22:52:04.000000000 +1100 +++ linux-2.6.20-ck1/kernel/Kconfig.hz 2007-02-16 19:01:32.000000000 +1100 @@ -4,7 +4,7 @@ choice prompt "Timer frequency" - default HZ_250 + default HZ_1000 help Allows the configuration of the timer frequency. It is customary to have the timer interrupt run at 1000 Hz but 100 Hz may be more Index: linux-2.6.20-ck1/arch/i386/defconfig =================================================================== --- linux-2.6.20-ck1.orig/arch/i386/defconfig 2007-02-05 22:51:59.000000000 +1100 +++ linux-2.6.20-ck1/arch/i386/defconfig 2007-02-16 19:01:32.000000000 +1100 @@ -205,10 +205,10 @@ CONFIG_MTRR=y # CONFIG_IRQBALANCE is not set CONFIG_SECCOMP=y # CONFIG_HZ_100 is not set -CONFIG_HZ_250=y +# CONFIG_HZ_250 is not set # CONFIG_HZ_300 is not set -# CONFIG_HZ_1000 is not set -CONFIG_HZ=250 +CONFIG_HZ_1000=y +CONFIG_HZ=1000 # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set # CONFIG_RELOCATABLE is not set Index: linux-2.6.20-ck1/arch/x86_64/defconfig =================================================================== --- linux-2.6.20-ck1.orig/arch/x86_64/defconfig 2007-02-05 22:52:00.000000000 +1100 +++ linux-2.6.20-ck1/arch/x86_64/defconfig 2007-02-16 19:01:32.000000000 +1100 @@ -172,10 +172,10 @@ CONFIG_PHYSICAL_START=0x200000 CONFIG_SECCOMP=y # CONFIG_CC_STACKPROTECTOR is not set # CONFIG_HZ_100 is not set -CONFIG_HZ_250=y +# CONFIG_HZ_250 is not set # CONFIG_HZ_300 is not set -# CONFIG_HZ_1000 is not set -CONFIG_HZ=250 +CONFIG_HZ_1000=y +CONFIG_HZ=1000 # CONFIG_REORDER is not set CONFIG_K8_NB=y CONFIG_GENERIC_HARDIRQS=y