patch-2.1.2 linux/include/asm-i386/irq.h

Next file: linux/include/asm-i386/mman.h
Previous file: linux/include/asm-i386/ipc.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.1/linux/include/asm-i386/irq.h linux/include/asm-i386/irq.h
@@ -27,8 +27,6 @@
 
 #define SAVE_ALL \
 	"cld\n\t" \
-	"push %gs\n\t" \
-	"push %fs\n\t" \
 	"push %es\n\t" \
 	"push %ds\n\t" \
 	"pushl %eax\n\t" \
@@ -40,9 +38,7 @@
 	"pushl %ebx\n\t" \
 	"movl $" STR(KERNEL_DS) ",%edx\n\t" \
 	"mov %dx,%ds\n\t" \
-	"mov %dx,%es\n\t" \
-	"movl $0,%edx\n\t"  \
-	"movl %edx,%db7\n\t"
+	"mov %dx,%es\n\t"
 
 /*
  * SAVE_MOST/RESTORE_MOST is used for the faster version of IRQ handlers,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov