summaryrefslogtreecommitdiff
path: root/arch/x86/ia32/ia32entry.S
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-11-11 23:48:42 (GMT)
committerH. Peter Anvin <hpa@linux.intel.com>2011-11-17 21:35:35 (GMT)
commite79a7fccfb2ab10f8753ac634a1c8473e870ae6c (patch)
tree9a9ebe1068f4d0a04e44c43ff2cf1833f0cda9d0 /arch/x86/ia32/ia32entry.S
parentb7641d2c83aa10031bf45afd82619bfaaedcbc6f (diff)
downloadlinux-fsl-qoriq-e79a7fccfb2ab10f8753ac634a1c8473e870ae6c.tar.xz
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>
Diffstat (limited to 'arch/x86/ia32/ia32entry.S')
-rw-r--r--arch/x86/ia32/ia32entry.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S
index a6253ec..59538a7 100644
--- a/arch/x86/ia32/ia32entry.S
+++ b/arch/x86/ia32/ia32entry.S
@@ -453,9 +453,6 @@ ia32_badsys:
movq $-ENOSYS,%rax
jmp ia32_sysret
-quiet_ni_syscall:
- movq $-ENOSYS,%rax
- ret
CFI_ENDPROC
.macro PTREGSCALL label, func, arg