x86: unset COMPAT_VDSO

only needed for glibc older than 2.3.3, thus etch is covered.
can be reenabled on boot with vdso=2

svn path=/dists/trunk/linux-2.6/; revision=10949
This commit is contained in:
Maximilian Attems 2008-03-23 10:17:28 +00:00
parent de045c8135
commit 00976ddaf8
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ CONFIG_PHYSICAL_START=0x200000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_PCI=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_DMAR is not set

View File

@ -51,7 +51,7 @@ CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set