patch-2.4.21 linux-2.4.21/arch/ppc64/kernel/syscalls.c
Next file: linux-2.4.21/arch/ppc64/kernel/time.c
Previous file: linux-2.4.21/arch/ppc64/kernel/sys_ppc32.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
2003-06-13 07:51:32.000000000 -0700
- Orig file:
linux-2.4.20/arch/ppc64/kernel/syscalls.c
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.20/arch/ppc64/kernel/syscalls.c linux-2.4.21/arch/ppc64/kernel/syscalls.c
@@ -54,28 +54,9 @@
asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on)
{
- printk(KERN_ERR "sys_ioperm()\n");
return -EIO;
}
-int sys_iopl(int a1, int a2, int a3, int a4)
-{
- printk(KERN_ERR "sys_iopl(%x, %x, %x, %x)!\n", a1, a2, a3, a4);
- return (-ENOSYS);
-}
-
-int sys_vm86(int a1, int a2, int a3, int a4)
-{
- printk(KERN_ERR "sys_vm86(%x, %x, %x, %x)!\n", a1, a2, a3, a4);
- return (-ENOSYS);
-}
-
-int sys_modify_ldt(int a1, int a2, int a3, int a4)
-{
- printk(KERN_ERR "sys_modify_ldt(%x, %x, %x, %x)!\n", a1, a2, a3, a4);
- return (-ENOSYS);
-}
-
/*
* sys_ipc() is the de-multiplexer for the SysV IPC calls..
*
@@ -125,7 +106,7 @@
(struct ipc_kludge *) ptr,
sizeof (tmp))))
break;
- ret = sys_msgrcv (first, (struct msgbuf *)(unsigned long)tmp.msgp,
+ ret = sys_msgrcv (first, (struct msgbuf *)tmp.msgp,
second, tmp.msgtyp, third);
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)