x86, um: Correct syscall table type attributes breaking gcc 4.8
authorMartin Pelikan <pelikan@storkhole.cz>
Sat, 9 Jun 2012 19:22:11 +0000 (21:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Jun 2013 19:49:48 +0000 (12:49 -0700)
commit90124664e697414d8219457a1f140bf648a52bb2
treec1ade082002cf68a0237d0244e55205436dd6221
parent52462d2f5a520ce96c3ea028d80594375adca04b
x86, um: Correct syscall table type attributes breaking gcc 4.8

commit 9271b0b4b2044c6db06051fe60bc58cdd4f17c7c upstream.

The latest GCC 4.8 does some more checking on type attributes that
break the build for ARCH=um -> fill them in.  Specifically, the
"asmlinkage" attributes is now tested for consistency.

Signed-off-by: Martin Pelikan <pelikan@storkhole.cz>
Link: http://lkml.kernel.org/r/1339269731-10772-1-git-send-email-pelikan@storkhole.cz
Acked-by: Richard Weinberger <richard@nod.at>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Bernhard M. Wiedemann <bwiedemann@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/um/sys_call_table_32.c