[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1383559638-5739-1-git-send-email-michael.opdenacker@free-electrons.com>
Date: Mon, 4 Nov 2013 11:07:18 +0100
From: Michael Opdenacker <michael.opdenacker@...e-electrons.com>
To: tony.luck@...el.com, fenghua.yu@...el.com
Cc: keescook@...omium.org, linux-ia64@...r.kernel.org,
linux-kernel@...r.kernel.org,
Michael Opdenacker <michael.opdenacker@...e-electrons.com>
Subject: [PATCH] ia64/xen: remove unused NO_IDLE_HZ Kconfig parameter
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.opdenacker@...e-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.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists