[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1451339557-24473-4-git-send-email-joao.m.martins@oracle.com>
Date: Mon, 28 Dec 2015 21:52:37 +0000
From: Joao Martins <joao.m.martins@...cle.com>
To: linux-kernel@...r.kernel.org, xen-devel@...ts.xen.org
Cc: Joao Martins <joao.m.martins@...cle.com>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Boris Ostrovsky <boris.ostrovsky@...cle.com>,
David Vrabel <david.vrabel@...rix.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org
Subject: [PATCH RFC 3/3] xen/Kconfig: add XEN_TIME_VSYSCALL option
This option enables support for pvclock vsyscall/vdso
support on Xen. Default is off, since Xen doesn't
expose yet the PVCLOCK_TSC_STABLE_BIT flag.
Signed-off-by: Joao Martins <joao.m.martins@...cle.com>
---
arch/x86/xen/Kconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index c7b15f3..636eaeb 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -37,6 +37,11 @@ config XEN_512GB
It is always possible to change the default via specifying the
boot parameter "xen_512gb_limit".
+config XEN_TIME_VSYSCALL
+ bool "Enable Xen support for pvclock vsyscall/vdso"
+ depends on XEN && PARAVIRT_CLOCK
+ def_bool n
+
config XEN_SAVE_RESTORE
bool
depends on XEN
--
2.1.4
--
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