patch-2.3.11 linux/arch/i386/kernel/entry.S
Next file: linux/arch/i386/kernel/head.S
Previous file: linux/arch/i386/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Jul 18 12:13:30 1999
- Orig file:
v2.3.10/linux/arch/i386/kernel/entry.S
- Orig date:
Fri Apr 30 08:13:37 1999
diff -u --recursive --new-file v2.3.10/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -153,11 +153,9 @@
ALIGN
.globl ret_from_fork
ret_from_fork:
-#ifdef __SMP__
pushl %ebx
call SYMBOL_NAME(schedule_tail)
addl $4, %esp
-#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 (who was at: slshen@lbl.gov)