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.21-ck2/kernel/Kconfig.hz =================================================================== --- linux-2.6.21-ck2.orig/kernel/Kconfig.hz 2007-05-14 19:49:18.000000000 +1000 +++ linux-2.6.21-ck2/kernel/Kconfig.hz 2007-05-14 19:49:57.000000000 +1000 @@ -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.21-ck2/arch/i386/defconfig =================================================================== --- linux-2.6.21-ck2.orig/arch/i386/defconfig 2007-05-14 19:49:18.000000000 +1000 +++ linux-2.6.21-ck2/arch/i386/defconfig 2007-05-14 19:49:57.000000000 +1000 @@ -214,10 +214,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_PHYSICAL_START=0x100000 Index: linux-2.6.21-ck2/arch/x86_64/defconfig =================================================================== --- linux-2.6.21-ck2.orig/arch/x86_64/defconfig 2007-05-14 19:49:18.000000000 +1000 +++ linux-2.6.21-ck2/arch/x86_64/defconfig 2007-05-14 19:49:57.000000000 +1000 @@ -178,10 +178,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