patch-2.0.4 linux/arch/ppc/kernel/misc.S
Next file: linux/arch/ppc/kernel/mk_defs.c
Previous file: linux/arch/ppc/kernel/irq.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Jul 8 11:27:42 1996
- Orig file:
v2.0.3/linux/arch/ppc/kernel/misc.S
- Orig date:
Tue May 28 08:09:55 1996
diff -u --recursive --new-file v2.0.3/linux/arch/ppc/kernel/misc.S linux/arch/ppc/kernel/misc.S
@@ -474,6 +474,7 @@
* Create a kernel thread
* __kernel_thread(flags, fn, arg)
*/
+#if 0
#define SYS_CLONE 120
_GLOBAL(__kernel_thread)
__kernel_thread:
@@ -484,7 +485,7 @@
mtlr r4
mr r3,r5
blr
-
+#endif
/* Why isn't this a) automatic, b) written in 'C'? */
.data
.align 4
@@ -652,5 +653,7 @@
.long sys_sched_get_priority_max
.long sys_sched_get_priority_min /* 160 */
.long sys_sched_rr_get_interval
- .space (NR_syscalls-162)*4
+ .long sys_nanosleep
+ .long sys_mremap
+ .space (NR_syscalls-163)*4
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov