From: Andrew Morton Signed-off-by: Andrew Morton --- arch/i386/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/i386/Kconfig~i386-selectable-frequency-of-the-timer-interrupt-fix arch/i386/Kconfig --- 25/arch/i386/Kconfig~i386-selectable-frequency-of-the-timer-interrupt-fix 2005-06-06 00:14:02.000000000 -0700 +++ 25-akpm/arch/i386/Kconfig 2005-06-06 00:14:02.000000000 -0700 @@ -961,6 +961,8 @@ config SECCOMP If unsure, say Y. Only embedded should say N here. +source kernel/Kconfig.hz + endmenu @@ -1117,8 +1119,6 @@ config APM_REAL_MODE_POWER_OFF a work-around for a number of buggy BIOSes. Switch this option on if your computer crashes instead of powering off properly. -source kernel/Kconfig.hz - endmenu source "arch/i386/kernel/cpu/cpufreq/Kconfig" _