patch-2.3.34 linux/include/asm-i386/hw_irq.h
Next file: linux/include/asm-i386/page.h
Previous file: linux/include/asm-arm/unistd.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Dec 20 16:03:12 1999
- Orig file:
v2.3.33/linux/include/asm-i386/hw_irq.h
- Orig date:
Tue Dec 7 09:32:49 1999
diff -u --recursive --new-file v2.3.33/linux/include/asm-i386/hw_irq.h linux/include/asm-i386/hw_irq.h
@@ -124,8 +124,8 @@
"pushl %ecx\n\t" \
"pushl %ebx\n\t" \
"movl $" STR(__KERNEL_DS) ",%edx\n\t" \
- "movl %dx,%ds\n\t" \
- "movl %dx,%es\n\t"
+ "movl %edx,%ds\n\t" \
+ "movl %edx,%es\n\t"
#define IRQ_NAME2(nr) nr##_interrupt(void)
#define IRQ_NAME(nr) IRQ_NAME2(IRQ##nr)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)