+1
−0
arch/x86/ia32/nosyscall.c
0 → 100644
+7
−0
Loading
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>