patch-2.2.0-pre1 linux/arch/i386/kernel/entry.S
Next file: linux/arch/i386/kernel/i386_ksyms.c
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Sun Dec 27 22:45:13 1998
-  Orig file: 
v2.1.132/linux/arch/i386/kernel/entry.S
-  Orig date: 
Tue Dec 22 14:16:53 1998
diff -u --recursive --new-file v2.1.132/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -153,10 +153,10 @@
 	ALIGN
 	.globl	ret_from_fork
 ret_from_fork:
-	GET_CURRENT(%ebx)
 #ifdef __SMP__
-	lock ; btrl $0, SYMBOL_NAME(scheduler_lock)
+	call SYMBOL_NAME(schedule_tail)
 #endif /* __SMP__ */
+	GET_CURRENT(%ebx)
 	jmp	ret_from_sys_call
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov