]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86 vDSO: ia32 vsyscall removal
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:30:44 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:44 +0000 (13:30 +0100)
commit16f4bc738d616962a844e80f7b1fcb52c626542a
tree15e26944661e9597f9d7ec2579494a0651f6585a
parentaf65d64845a90c8f2fc90b97e2148ff74672e979
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>
arch/x86/Makefile_64
arch/x86/ia32/Makefile
arch/x86/ia32/syscall32.c [deleted file]
arch/x86/ia32/syscall32_syscall.S [deleted file]
arch/x86/ia32/vsyscall-sigreturn.S [deleted file]
arch/x86/ia32/vsyscall-syscall.S [deleted file]
arch/x86/ia32/vsyscall-sysenter.S [deleted file]
arch/x86/ia32/vsyscall.lds [deleted file]
include/asm-x86/Kbuild
include/asm-x86/vsyscall32.h [deleted file]