x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/
authorIngo Molnar <mingo@kernel.org>
Wed, 3 Jun 2015 16:36:41 +0000 (18:36 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 4 Jun 2015 05:37:37 +0000 (07:37 +0200)
commit1f57d5d85ba7f1f467173ff33f51d01a91f9aaf1
tree076d5f9dee6c5222e44b6d4f2d0c33179a6998e4
parentd36f947904dba0935a0e74dc9df2ef57caeb7d03
x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/

The build time generated syscall definitions are entry code related, move
them into the arch/x86/entry/ directory.

Cc: Borislav Petkov <bp@alien8.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Makefile
arch/x86/entry/syscalls/Makefile [moved from arch/x86/syscalls/Makefile with 95% similarity]
arch/x86/entry/syscalls/syscall_32.tbl [moved from arch/x86/syscalls/syscall_32.tbl with 100% similarity]
arch/x86/entry/syscalls/syscall_64.tbl [moved from arch/x86/syscalls/syscall_64.tbl with 100% similarity]
arch/x86/entry/syscalls/syscallhdr.sh [moved from arch/x86/syscalls/syscallhdr.sh with 100% similarity]
arch/x86/entry/syscalls/syscalltbl.sh [moved from arch/x86/syscalls/syscalltbl.sh with 100% similarity]
scripts/checksyscalls.sh