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

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)