]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
x86/asm/entry: Rename compat syscall entry points
authorIngo Molnar <mingo@kernel.org>
Mon, 8 Jun 2015 06:28:07 +0000 (08:28 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 8 Jun 2015 06:47:36 +0000 (08:47 +0200)
commit2cd23553b488589f287457b7396470f5e3c40698
tree06fcdb8287e38fd825671d0a914bcac688c9eccb
parent138bd56a2164c65f68042ba580d88ab70c036fd1
x86/asm/entry: Rename compat syscall entry points

Rename the following system call entry points:

ia32_cstar_target       -> entry_SYSCALL_compat
ia32_syscall            -> entry_INT80_compat

The generic naming scheme for x86 system call entry points is:

entry_MNEMONIC_qualifier

where 'qualifier' is one of _32, _64 or _compat.

Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Documentation/x86/entry_64.txt
arch/x86/entry/entry_64_compat.S
arch/x86/entry/syscall_32.c
arch/x86/include/asm/proto.h
arch/x86/kernel/asm-offsets_64.c
arch/x86/kernel/cpu/common.c
arch/x86/kernel/traps.c
arch/x86/xen/xen-asm_64.S