From: Martin Pelikan Date: Sat, 9 Jun 2012 19:22:11 +0000 (+0200) Subject: x86, um: Correct syscall table type attributes breaking gcc 4.8 X-Git-Tag: v3.5-rc3~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9271b0b4b2044c6db06051fe60bc58cdd4f17c7c;p=pandora-kernel.git x86, um: Correct syscall table type attributes breaking gcc 4.8 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 Link: http://lkml.kernel.org/r/1339269731-10772-1-git-send-email-pelikan@storkhole.cz Acked-by: Richard Weinberger Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed