diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-26 13:59:35 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 10:48:21 -0700 |
commit | d39159c27fe1375bb7773d364213b1047265022c (patch) | |
tree | df739b757e042cf781af34dfbfb5630b28107811 /arch/x86_64/ia32/ia32entry.S | |
parent | 409f89e0efcfea1a8b25f9c4a050c0cf1f1cb87c (diff) | |
download | op-kernel-dev-d39159c27fe1375bb7773d364213b1047265022c.zip op-kernel-dev-d39159c27fe1375bb7773d364213b1047265022c.tar.gz |
[PATCH] x86_64: remove sys32_ni_syscall()
This patch removes the no longer used sys32_ni_syscall()
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/ia32/ia32entry.S')
-rw-r--r-- | arch/x86_64/ia32/ia32entry.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86_64/ia32/ia32entry.S b/arch/x86_64/ia32/ia32entry.S index 222777b..c536fa9 100644 --- a/arch/x86_64/ia32/ia32entry.S +++ b/arch/x86_64/ia32/ia32entry.S @@ -323,10 +323,6 @@ ia32_badsys: movq $-ENOSYS,RAX-ARGOFFSET(%rsp) jmp int_ret_from_sys_call -ni_syscall: - movq %rax,%rdi - jmp sys32_ni_syscall - quiet_ni_syscall: movq $-ENOSYS,%rax ret |