]> git.baikalelectronics.ru Git - kernel.git/commit
x86/entry/32: Rename 32-bit specific syscalls
authorBrian Gerst <brgerst@gmail.com>
Fri, 13 Mar 2020 19:51:40 +0000 (15:51 -0400)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 21 Mar 2020 15:03:23 +0000 (16:03 +0100)
commit60ecf1e4b310c2494886859e7b8c279318af5ab0
treeb187601899fc1d498a232c026bbd8e65bd052758
parentebe07083b4399c159063b3016a0f9846dc6b279c
x86/entry/32: Rename 32-bit specific syscalls

Rename the syscalls that only exist for 32-bit from x86_* to ia32_* to make it
clear they are for 32-bit only.  Also rename the functions to match the syscall
name.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Link: https://lkml.kernel.org/r/20200313195144.164260-15-brgerst@gmail.com
arch/x86/entry/syscalls/syscall_32.tbl
arch/x86/ia32/sys_ia32.c