diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-03-05 08:46:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-05 11:34:25 -0500 |
commit | c3442e296517aee733d62fc3fe03211598902c7d (patch) | |
tree | 17a72804cd35a866cbdf15bd6679bb23d6765eb8 /arch/i386/Kconfig | |
parent | 227c5fe7993a5430e582dfd4c3acd9484004c6fc (diff) |
[PATCH] paravirt: re-enable COMPAT_VDSO
CONFIG_PARAVIRT broke old glibc bootup: it silently turned off the
selectability of CONFIG_COMPAT_VDSO and thus rendered distro kernels
unbootable on old-style VDSO glibc setups.
the proper solution is to keep COMPAT_VDSO available - if a hypervisor
needs any modification of that concept then we'll judge those changes in
full context, once those changes are submitted.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index cee4ff679d3c..27e8453274e6 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -893,7 +893,6 @@ config HOTPLUG_CPU | |||
893 | config COMPAT_VDSO | 893 | config COMPAT_VDSO |
894 | bool "Compat VDSO support" | 894 | bool "Compat VDSO support" |
895 | default y | 895 | default y |
896 | depends on !PARAVIRT | ||
897 | help | 896 | help |
898 | Map the VDSO to the predictable old-style address too. | 897 | Map the VDSO to the predictable old-style address too. |
899 | ---help--- | 898 | ---help--- |