[PATCH] paravirt: re-enable COMPAT_VDSO
authorIngo Molnar <mingo@elte.hu>
Mon, 5 Mar 2007 13:46:30 +0000 (14:46 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 5 Mar 2007 16:34:25 +0000 (08:34 -0800)
commitc3442e296517aee733d62fc3fe03211598902c7d
tree17a72804cd35a866cbdf15bd6679bb23d6765eb8
parent227c5fe7993a5430e582dfd4c3acd9484004c6fc
[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>
arch/i386/Kconfig