x86/entry: Use int everywhere for system call numbers
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Tue, 18 May 2021 19:13:03 +0000 (12:13 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 25 May 2021 08:07:00 +0000 (10:07 +0200)
commit2978996f620001f4e748c79af0fe89be729ef58d
tree71e68ba280555f8812a66c8d182e8c631821af12
parentb337b4965e3a3e567f11828a9e3fe3fb3faefa47
x86/entry: Use int everywhere for system call numbers

System call numbers are defined as int, so use int everywhere for system
call numbers. This is strictly a cleanup; it should not change anything
user visible; all ABI changes have been done in the preceeding patches.

[ tglx: Replaced the unsigned long cast ]

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210518191303.4135296-7-hpa@zytor.com
arch/x86/entry/common.c
arch/x86/include/asm/syscall.h