aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index e970887b9e69..065903886624 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -1287,12 +1287,3 @@ config X86_TRAMPOLINE
1287config KTIME_SCALAR 1287config KTIME_SCALAR
1288 bool 1288 bool
1289 default y 1289 default y
1290
1291config NO_IDLE_HZ
1292 bool
1293 depends on PARAVIRT
1294 default y
1295 help
1296 Switches the regular HZ timer off when the system is going idle.
1297 This helps a hypervisor detect that the Linux system is idle,
1298 reducing the overhead of idle systems.