x86-64, ia32: Move compat_ni_syscall into C and its own file
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 11 Nov 2011 23:48:42 +0000 (15:48 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 Nov 2011 21:35:35 +0000 (13:35 -0800)
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 <hpa@linux.intel.com>

No differences found