]> Git Repo - linux.git/commit
x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/
authorIngo Molnar <[email protected]>
Wed, 3 Jun 2015 16:41:06 +0000 (18:41 +0200)
committerIngo Molnar <[email protected]>
Thu, 4 Jun 2015 05:37:37 +0000 (07:37 +0200)
commit00398a0018d1334fedabfeaabd0fa563121de612
tree81d6a7ccfabbf9d48126c5110678ce8de9775317
parent1f57d5d85ba7f1f467173ff33f51d01a91f9aaf1
x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/

The vsyscall code is entry code too, so move it to arch/x86/entry/vsyscall/.

Cc: Borislav Petkov <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
15 files changed:
arch/x86/entry/Makefile
arch/x86/entry/syscall_32.c [new file with mode: 0644]
arch/x86/entry/syscall_64.c [new file with mode: 0644]
arch/x86/entry/vsyscall/Makefile [new file with mode: 0644]
arch/x86/entry/vsyscall/vsyscall_64.c [new file with mode: 0644]
arch/x86/entry/vsyscall/vsyscall_emu_64.S [new file with mode: 0644]
arch/x86/entry/vsyscall/vsyscall_gtod.c [new file with mode: 0644]
arch/x86/entry/vsyscall/vsyscall_trace.h [new file with mode: 0644]
arch/x86/kernel/Makefile
arch/x86/kernel/syscall_32.c [deleted file]
arch/x86/kernel/syscall_64.c [deleted file]
arch/x86/kernel/vsyscall_64.c [deleted file]
arch/x86/kernel/vsyscall_emu_64.S [deleted file]
arch/x86/kernel/vsyscall_gtod.c [deleted file]
arch/x86/kernel/vsyscall_trace.h [deleted file]
This page took 0.060702 seconds and 4 git commands to generate.