From: Zachary Amsden Now that the VDSO can be relocated, we can support it in VMI configurations. Signed-off-by: Zachary Amsden Cc: Andi Kleen Signed-off-by: Andrew Morton --- arch/i386/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/Kconfig~vmi-supports-compat-vdso arch/i386/Kconfig --- a/arch/i386/Kconfig~vmi-supports-compat-vdso +++ a/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 _