patch-2.3.41 linux/arch/ppc/kernel/misc.S
Next file: linux/arch/ppc/xmon/start.c
Previous file: linux/arch/ppc/kernel/i8259.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Tue Jan 25 11:17:07 2000
- Orig file:
v2.3.40/linux/arch/ppc/kernel/misc.S
- Orig date:
Tue Dec 7 09:32:41 1999
diff -u --recursive --new-file v2.3.40/linux/arch/ppc/kernel/misc.S linux/arch/ppc/kernel/misc.S
@@ -1068,4 +1068,6 @@
.long sys_ni_syscall /* streams2 */
.long sys_vfork
.long sys_getrlimit /* 190 */
- .space (NR_syscalls-190)*4
+ .rept NR_syscalls-190
+ .long sys_ni_syscall
+ .endr
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)