patch-2.1.130 linux/arch/i386/kernel/entry.S
Next file: linux/arch/i386/kernel/i386_ksyms.c
Previous file: linux/arch/alpha/kernel/sys_ruffian.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Nov 19 10:05:37 1998
- Orig file:
v2.1.129/linux/arch/i386/kernel/entry.S
- Orig date:
Sun Nov 8 14:02:42 1998
diff -u --recursive --new-file v2.1.129/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -150,14 +150,14 @@
jmp ret_from_sys_call
-#ifdef __SMP__
ALIGN
- .globl ret_from_smpfork
-ret_from_smpfork:
+ .globl ret_from_fork
+ret_from_fork:
GET_CURRENT(%ebx)
+#ifdef __SMP__
btrl $0, SYMBOL_NAME(scheduler_lock)
- jmp ret_from_sys_call
#endif /* __SMP__ */
+ jmp ret_from_sys_call
/*
* Return to user mode is not as complex as all this looks,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov