From: Zachary Amsden Date: Wed, 2 May 2007 17:27:16 +0000 (+0200) Subject: [PATCH] i386: Now that the VDSO can be relocated, we can support it in VMI configurat... X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9f53a729dbf0ba8abdc464f6eb828f485d3417f7;p=deliverable%2Flinux.git [PATCH] i386: Now that the VDSO can be relocated, we can support it in VMI configurations. Signed-off-by: Zachary Amsden Signed-off-by: Andi Kleen --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 6964e247f473..1a94a73fe801 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -220,7 +220,7 @@ config PARAVIRT config VMI bool "VMI Paravirt-ops support" - depends on PARAVIRT && !COMPAT_VDSO + depends on PARAVIRT help VMI provides a paravirtualized interface to the VMware ESX server (it could be used by other hypervisors in theory too, but is not