x86/sigreturn: use SYSCALL_DEFINE0
authorTautschnig, Michael <tautschn@amazon.co.uk>
Wed, 14 Mar 2018 09:41:42 +0000 (09:41 +0000)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:16:14 +0000 (20:16 +0200)
commit4c8ca51af730cce5cc5fdc7605f8aa20575c0731
treeb670a59c1c94cc1fb850500a4bc3c062b7686298
parent025bd3905acab2cdfeb1a521491bee5e33a8fc90
x86/sigreturn: use SYSCALL_DEFINE0

All definitions of syscalls in x86 except for those patched here have
already been using the appropriate SYSCALL_DEFINE*.

Signed-off-by: Michael Tautschnig <tautschn@amazon.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jaswinder Singh <jaswinder@infradead.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: x86@kernel.org
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
arch/x86/kernel/signal.c