patch-2.1.92 linux/arch/i386/kernel/irq.h

Next file: linux/arch/i386/kernel/process.c
Previous file: linux/arch/i386/kernel/ioport.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.91/linux/arch/i386/kernel/irq.h linux/arch/i386/kernel/irq.h
@@ -83,8 +83,8 @@
 
 #define SAVE_ALL \
 	"cld\n\t" \
-	"push %es\n\t" \
-	"push %ds\n\t" \
+	"pushl %es\n\t" \
+	"pushl %ds\n\t" \
 	"pushl %eax\n\t" \
 	"pushl %ebp\n\t" \
 	"pushl %edi\n\t" \
@@ -93,8 +93,8 @@
 	"pushl %ecx\n\t" \
 	"pushl %ebx\n\t" \
 	"movl $" STR(__KERNEL_DS) ",%edx\n\t" \
-	"mov %dx,%ds\n\t" \
-	"mov %dx,%es\n\t"
+	"movl %dx,%ds\n\t" \
+	"movl %dx,%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, slshen@lbl.gov