diff options
author | Zachary Amsden <zach@vmware.com> | 2007-05-02 19:27:16 +0200 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 19:27:16 +0200 |
commit | 9f53a729dbf0ba8abdc464f6eb828f485d3417f7 (patch) | |
tree | 9f88f9baf4ad69210c153b6b6d36af359e0f2f80 /arch/i386/Kconfig | |
parent | 18420001d6ceafbe094a6f911126c6eee34d25c4 (diff) | |
download | kernel_samsung_tuna-9f53a729dbf0ba8abdc464f6eb828f485d3417f7.zip kernel_samsung_tuna-9f53a729dbf0ba8abdc464f6eb828f485d3417f7.tar.gz kernel_samsung_tuna-9f53a729dbf0ba8abdc464f6eb828f485d3417f7.tar.bz2 |
[PATCH] i386: Now that the VDSO can be relocated, we can support it in VMI configurations.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 6964e24..1a94a73 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 |