diff options
author | Roland McGrath <roland@redhat.com> | 2008-01-30 07:30:44 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:44 -0500 |
commit | 16f4bc738d616962a844e80f7b1fcb52c626542a (patch) | |
tree | 15e26944661e9597f9d7ec2579494a0651f6585a /arch/x86/Makefile_64 | |
parent | af65d64845a90c8f2fc90b97e2148ff74672e979 (diff) |
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_64 | 3 |
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 | |||
117 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@ | 117 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@ |
118 | 118 | ||
119 | vdso_install: | 119 | vdso_install: |
120 | ifeq ($(CONFIG_IA32_EMULATION),y) | ||
121 | $(Q)$(MAKE) $(build)=arch/x86/ia32 $@ | ||
122 | endif | ||
123 | $(Q)$(MAKE) $(build)=arch/x86/vdso $@ | 120 | $(Q)$(MAKE) $(build)=arch/x86/vdso $@ |
124 | 121 | ||
125 | archclean: | 122 | archclean: |