patch-2.2.19 linux/arch/alpha/kernel/entry.S
Next file: linux/arch/alpha/kernel/irq.c
Previous file: linux/arch/alpha/kernel/alpha_ksyms.c
Back to the patch index
Back to the overall index
-  Lines: 12
 -  Date:
Sun Mar 25 11:37:29 2001
 -  Orig file: 
v2.2.18/arch/alpha/kernel/entry.S
 -  Orig date: 
Sun Mar 25 11:13:14 2001
 
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/arch/alpha/kernel/entry.S linux/arch/alpha/kernel/entry.S
@@ -272,7 +272,11 @@
 	stq	$26,0($30)
 	stq	$19,8($30)
 	.prologue 1
+#ifdef __SMP__	
+	jsr	$26,___kernel_execve
+#else
 	jsr	$26,do_execve
+#endif	/* __SMP__ */
 	bne	$0,1f		/* error! */
 	ldq	$30,8($30)
 	br	$31,ret_from_sys_call
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)