From: H. Peter Anvin Date: Fri, 11 Nov 2011 23:48:42 +0000 (-0800) Subject: x86-64, ia32: Move compat_ni_syscall into C and its own file X-Git-Tag: v3.3-rc1~36^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79a7fccfb2ab10f8753ac634a1c8473e870ae6c;p=pandora-kernel.git x86-64, ia32: Move compat_ni_syscall into C and its own file Move compat_ni_syscall out of ia32entry.S and into its own .c file. Although this is a trivial function, it is not performance-critical, and this will simplify further cleanups. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed