From: Andi Kleen Date: Tue, 12 Nov 2013 23:08:36 +0000 (-0800) Subject: syscalls.h: use gcc alias instead of assembler aliases for syscalls X-Git-Tag: v3.13-rc1~106^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83460ec8dcac14142e7860a01fa59c267ac4657c;p=pandora-kernel.git syscalls.h: use gcc alias instead of assembler aliases for syscalls Use standard gcc __attribute__((alias(foo))) to define the syscall aliases instead of custom assembler macros. This is far cleaner, and also fixes my LTO kernel build. Signed-off-by: Andi Kleen Cc: Al Viro Cc: Geert Uytterhoeven Cc: Tetsuo Handa Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed