commit | e79a7fccfb2ab10f8753ac634a1c8473e870ae6c | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Fri Nov 11 15:48:42 2011 -0800 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Thu Nov 17 13:35:35 2011 -0800 |
tree | 9a9ebe1068f4d0a04e44c43ff2cf1833f0cda9d0 | |
parent | b7641d2c83aa10031bf45afd82619bfaaedcbc6f [diff] |
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 <hpa@linux.intel.com>