From 60b011902aed804cf1b62ef3899464d01b557967 Mon Sep 17 00:00:00 2001 From: James Morris Date: Thu, 22 Mar 2007 11:31:34 -0400 Subject: [PATCH] remove NO_HZ requirements --- arch/i386/Kconfig | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index f1f74a1..73e7562 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -210,7 +210,6 @@ config PARAVIRT bool "Paravirtualization support (EXPERIMENTAL)" depends on EXPERIMENTAL depends on !(X86_VISWS || X86_VOYAGER) - select NO_HZ help Paravirtualization is a way of running multiple instances of Linux on the same machine, under a hypervisor. This option @@ -258,7 +257,7 @@ source "arch/i386/Kconfig.cpu" config LGUEST tristate "Linux hypervisor example code" - depends on X86 && PARAVIRT && NET && EXPERIMENTAL && !X86_PAE && NO_HZ + depends on X86 && PARAVIRT && NET && EXPERIMENTAL && !X86_PAE select LGUEST_GUEST select HVC_DRIVER ---help--- -- 1.4.2.1