Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30518
b: refs/heads/master
c: d39159c
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jun 26, 2006
1 parent 671fa97 commit e8653ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 409f89e0efcfea1a8b25f9c4a050c0cf1f1cb87c
refs/heads/master: d39159c27fe1375bb7773d364213b1047265022c
4 changes: 0 additions & 4 deletions trunk/arch/x86_64/ia32/ia32entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 0 additions & 13 deletions trunk/arch/x86_64/ia32/sys_ia32.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,19 +508,6 @@ sys32_waitpid(compat_pid_t pid, unsigned int *stat_addr, int options)
return compat_sys_wait4(pid, stat_addr, options, NULL);
}

int sys32_ni_syscall(int call)
{
struct task_struct *me = current;
static char lastcomm[sizeof(me->comm)];

if (strncmp(lastcomm, me->comm, sizeof(lastcomm))) {
compat_printk(KERN_INFO "IA32 syscall %d from %s not implemented\n",
call, me->comm);
strncpy(lastcomm, me->comm, sizeof(lastcomm));
}
return -ENOSYS;
}

/* 32-bit timeval and related flotsam. */

asmlinkage long
Expand Down

0 comments on commit e8653ef

Please sign in to comment.