diff options
author | Roland McGrath <roland@redhat.com> | 2008-01-30 15:30:44 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 15:30:44 +0300 |
commit | 16f4bc738d616962a844e80f7b1fcb52c626542a (patch) | |
tree | 15e26944661e9597f9d7ec2579494a0651f6585a /include/asm-x86/Kbuild | |
parent | af65d64845a90c8f2fc90b97e2148ff74672e979 (diff) | |
download | 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 'include/asm-x86/Kbuild')
-rw-r--r-- | include/asm-x86/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild index 12db5a1cdd74..22e3a284c1ed 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild @@ -9,7 +9,6 @@ header-y += prctl.h header-y += ptrace-abi.h header-y += sigcontext32.h header-y += ucontext.h -header-y += vsyscall32.h unifdef-y += e820.h unifdef-y += ist.h |