patch-2.1.27 linux/include/asm-i386/irq.h
Next file: linux/include/asm-i386/smp.h
Previous file: linux/fs/nfs/nfsroot.c
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Fri Feb 21 14:58:35 1997
- Orig file:
v2.1.26/linux/include/asm-i386/irq.h
- Orig date:
Sun Jan 26 02:07:46 1997
diff -u --recursive --new-file v2.1.26/linux/include/asm-i386/irq.h linux/include/asm-i386/irq.h
@@ -164,7 +164,7 @@
"addl $8,%esp\n\t" \
"cli\n\t" \
UNBLK_##chip(mask) \
- "jmp ret_from_sys_call\n" \
+ "jmp ret_from_intr\n" \
"\n"__ALIGN_STR"\n" \
SYMBOL_NAME_STR(fast_IRQ) #nr "_interrupt:\n\t" \
SAVE_MOST \
@@ -195,7 +195,7 @@
"call "SYMBOL_NAME_STR(smp_reschedule_irq)"\n\t" \
"addl $8,%esp\n\t" \
"cli\n\t" \
- "jmp ret_from_sys_call\n");
+ "jmp ret_from_intr\n");
#endif /* __SMP__ */
@@ -217,7 +217,7 @@
"addl $8,%esp\n\t" \
"cli\n\t" \
UNBLK_##chip(mask) \
- "jmp ret_from_sys_call\n" \
+ "jmp ret_from_intr\n" \
"\n"__ALIGN_STR"\n" \
SYMBOL_NAME_STR(fast_IRQ) #nr "_interrupt:\n\t" \
SAVE_MOST \
@@ -253,6 +253,6 @@
"addl $8,%esp\n\t" \
"cli\n\t" \
UNBLK_##chip(mask) \
- "jmp ret_from_sys_call\n");
+ "jmp ret_from_intr\n");
#endif /* _ASM_IRQ_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov