This removes the NO_IDLE_HZ Kconfig parameter,
which was no longer used anywhere in the source code
and Makefiles.

Signed-off-by: Michael Opdenacker <michael.opdenac...@free-electrons.com>
---
 arch/ia64/xen/Kconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/ia64/xen/Kconfig b/arch/ia64/xen/Kconfig
index 5d8a06b0ddf7..592999efc419 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.8.3.2

--
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