]> git.baikalelectronics.ru Git - kernel.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)
commit5f8118cba49ffdd28b80f664b0085d2cd25047b2
tree15e26944661e9597f9d7ec2579494a0651f6585a
parentc544b2916d00c83ff1bf9c133f74952a405ee2d3
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]