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 /include/asm-x86/Kbuild | |
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 '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 | |||
9 | header-y += ptrace-abi.h | 9 | header-y += ptrace-abi.h |
10 | header-y += sigcontext32.h | 10 | header-y += sigcontext32.h |
11 | header-y += ucontext.h | 11 | header-y += ucontext.h |
12 | header-y += vsyscall32.h | ||
13 | 12 | ||
14 | unifdef-y += e820.h | 13 | unifdef-y += e820.h |
15 | unifdef-y += ist.h | 14 | unifdef-y += ist.h |