arch/ia64/configs/tiger_defconfig | 6 +++--- arch/ia64/configs/zx1_defconfig | 6 +++--- kernel/Kconfig.hz | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) Index: linux-2.6.17-rc3-no1/arch/ia64/configs/tiger_defconfig =================================================================== --- linux-2.6.17-rc3-no1.orig/arch/ia64/configs/tiger_defconfig +++ linux-2.6.17-rc3-no1/arch/ia64/configs/tiger_defconfig @@ -105,10 +105,10 @@ CONFIG_IA64_PAGE_SIZE_16KB=y # CONFIG_IA64_PAGE_SIZE_64KB is not set CONFIG_PGTABLE_3=y # CONFIG_PGTABLE_4 is not set -# CONFIG_HZ_100 is not set -CONFIG_HZ_250=y +CONFIG_HZ_100=y +# CONFIG_HZ_250 is not set # CONFIG_HZ_1000 is not set -CONFIG_HZ=250 +CONFIG_HZ=100 CONFIG_IA64_L1_CACHE_SHIFT=7 CONFIG_IA64_CYCLONE=y CONFIG_IOSAPIC=y Index: linux-2.6.17-rc3-no1/arch/ia64/configs/zx1_defconfig =================================================================== --- linux-2.6.17-rc3-no1.orig/arch/ia64/configs/zx1_defconfig +++ linux-2.6.17-rc3-no1/arch/ia64/configs/zx1_defconfig @@ -103,10 +103,10 @@ CONFIG_IA64_PAGE_SIZE_16KB=y # CONFIG_IA64_PAGE_SIZE_64KB is not set CONFIG_PGTABLE_3=y # CONFIG_PGTABLE_4 is not set -# CONFIG_HZ_100 is not set -CONFIG_HZ_250=y +CONFIG_HZ_100=y +# CONFIG_HZ_250 is not set # CONFIG_HZ_1000 is not set -CONFIG_HZ=250 +CONFIG_HZ=100 CONFIG_IA64_L1_CACHE_SHIFT=7 # CONFIG_IA64_CYCLONE is not set CONFIG_IOSAPIC=y Index: linux-2.6.17-rc3-no1/kernel/Kconfig.hz =================================================================== --- linux-2.6.17-rc3-no1.orig/kernel/Kconfig.hz +++ linux-2.6.17-rc3-no1/kernel/Kconfig.hz @@ -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