summaryrefslogtreecommitdiff
path: root/arch/x86/Makefile_64
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2008-01-30 13:30:44 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:44 +0100
commit16f4bc738d616962a844e80f7b1fcb52c626542a (patch)
tree15e26944661e9597f9d7ec2579494a0651f6585a /arch/x86/Makefile_64
parentaf65d64845a90c8f2fc90b97e2148ff74672e979 (diff)
downloadlinux-16f4bc738d616962a844e80f7b1fcb52c626542a.tar.gz
linux-16f4bc738d616962a844e80f7b1fcb52c626542a.tar.xz
x86 vDSO: ia32 vsyscall removal
This removes all the old vsyscall code from arch/x86/ia32/ that is no longer used because arch/x86/vdso/ code has replaced it. Signed-off-by: Roland McGrath <roland@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Makefile_64')
-rw-r--r--arch/x86/Makefile_643
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Makefile_64 b/arch/x86/Makefile_64
index 93cf17769ff5..d35a0c50b67b 100644
--- a/arch/x86/Makefile_64
+++ b/arch/x86/Makefile_64
@@ -117,9 +117,6 @@ install: vdso_install
$(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@
vdso_install:
-ifeq ($(CONFIG_IA32_EMULATION),y)
- $(Q)$(MAKE) $(build)=arch/x86/ia32 $@
-endif
$(Q)$(MAKE) $(build)=arch/x86/vdso $@
archclean: