The Kconfig symbol NO_IDLE_HZ, and its last users, were removed in
v2.6.27. It popped up again, for some reason, in the Kconfig file for
Xen on ia64 in v2.6.28. Remove it from that file now.

Signed-off-by: Paul Bolle <pebo...@tiscali.nl>
---
 arch/ia64/xen/Kconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/ia64/xen/Kconfig b/arch/ia64/xen/Kconfig
index 5d8a06b..592999e 100644
--- a/arch/ia64/xen/Kconfig
+++ b/arch/ia64/xen/Kconfig
@@ -7,7 +7,6 @@ config XEN
        default y
        depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB
        select XEN_XENCOMM
-       select NO_IDLE_HZ
        # followings are required to save/restore.
        select ARCH_SUSPEND_POSSIBLE
        select SUSPEND
@@ -19,7 +18,3 @@ config XEN
 config XEN_XENCOMM
        depends on XEN
        bool
-
-config NO_IDLE_HZ
-       depends on XEN
-       bool
-- 
1.7.11.7

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to