patch-2.1.131 linux/arch/i386/kernel/entry.S
Next file: linux/arch/i386/kernel/process.c
Previous file: linux/arch/i386/kernel/apm.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Dec 2 16:06:48 1998
- Orig file:
v2.1.130/linux/arch/i386/kernel/entry.S
- Orig date:
Fri Nov 27 13:09:22 1998
diff -u --recursive --new-file v2.1.130/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -237,14 +237,13 @@
ALIGN
handle_bottom_half:
- pushl $ret_from_intr
- jmp SYMBOL_NAME(do_bottom_half)
+ call SYMBOL_NAME(do_bottom_half)
+ jmp ret_from_intr
ALIGN
reschedule:
- pushl $ret_from_sys_call
- jmp SYMBOL_NAME(schedule) # test
-
+ call SYMBOL_NAME(schedule) # test
+ jmp ret_from_sys_call
ENTRY(divide_error)
pushl $0 # no error code
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov