Set HZ to 1000 by default which is a better choice for normal desktops.

Signed-off-by: Con Kolivas <kernel@kolivas.org>

---
 arch/i386/defconfig   |    6 +++---
 arch/x86_64/defconfig |    6 +++---
 kernel/Kconfig.hz     |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

Index: linux-2.6.22-rc4-ck1/kernel/Kconfig.hz
===================================================================
--- linux-2.6.22-rc4-ck1.orig/kernel/Kconfig.hz	2007-06-10 21:58:50.000000000 +1000
+++ linux-2.6.22-rc4-ck1/kernel/Kconfig.hz	2007-06-10 21:59: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.22-rc4-ck1/arch/i386/defconfig
===================================================================
--- linux-2.6.22-rc4-ck1.orig/arch/i386/defconfig	2007-06-10 21:58:50.000000000 +1000
+++ linux-2.6.22-rc4-ck1/arch/i386/defconfig	2007-06-10 21:59:57.000000000 +1000
@@ -226,10 +226,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.22-rc4-ck1/arch/x86_64/defconfig
===================================================================
--- linux-2.6.22-rc4-ck1.orig/arch/x86_64/defconfig	2007-06-10 21:58:50.000000000 +1000
+++ linux-2.6.22-rc4-ck1/arch/x86_64/defconfig	2007-06-10 21:59:57.000000000 +1000
@@ -185,10 +185,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_K8_NB=y
 CONFIG_GENERIC_HARDIRQS=y
 CONFIG_GENERIC_IRQ_PROBE=y
