From: Eric Paris Date: Tue, 11 Mar 2014 17:41:04 +0000 (-0400) Subject: SH: define syscall_get_arch() for superh X-Git-Tag: fixes-against-v3.18-rc2~31^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d181bbfe387346b00bd722acfdf93685ac73b3;p=pandora-kernel.git SH: define syscall_get_arch() for superh This patch defines syscall_get_arch() for the superh platform. It does so in both syscall_32.h and syscall_64.h. I'm not certain if the implementation in syscall_64.h couldn't just be used in syscall.h as I can't really track the setting of CONFIG_64BIT... This way is safe, but we might be able to combine these if a superh person were able to review... [v2] fixed indentation stoopidity (Sergei Shtylyov) use AUDIT_ARCH_SH instead of EM_SH Based-on-patch-by: Richard Briggs Signed-off-by: Eric Paris Cc: linux-sh@vger.kernel.org --- Reading git-diff-tree failed