patch-2.4.0-test11 linux/arch/ppc/kernel/entry.S

Next file: linux/arch/ppc/kernel/hashtable.S
Previous file: linux/arch/ppc/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/arch/ppc/kernel/entry.S linux/arch/ppc/kernel/entry.S
@@ -298,12 +298,10 @@
 	SYNC
 	RFI
 
-#ifdef CONFIG_SMP	
-	.globl	ret_from_smpfork
-ret_from_smpfork:
+	.globl	ret_from_fork
+ret_from_fork:
 	bl	schedule_tail
 	b	ret_from_except
-#endif
 
 	.globl	ret_from_intercept
 ret_from_intercept:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)