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)
commit866128a996647097d599c6b91deb340d4da593a8
treeb187601899fc1d498a232c026bbd8e65bd052758
parenta845a6cf1dad16fa86007c86702fb27fec89d38b
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