patch-2.1.7 linux/include/asm-i386/processor.h

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

diff -u --recursive --new-file v2.1.6/linux/include/asm-i386/processor.h linux/include/asm-i386/processor.h
@@ -41,16 +41,6 @@
 #define TASK_SIZE	(0xC0000000UL)
 
 /*
- * VM exception register save area..
- *
- * When no exceptions are active, count = -1.
- */
-struct exception_struct {
-	unsigned long count;
-	unsigned long eip;
-};
-
-/*
  * Size of io_bitmap in longwords: 32 is ports 0-0x3ff.
  */
 #define IO_BITMAP_SIZE	32
@@ -120,7 +110,6 @@
 	struct vm86_struct * vm86_info;
 	unsigned long screen_bitmap;
 	unsigned long v86flags, v86mask, v86mode;
-	struct exception_struct ex;
 };
 
 #define INIT_MMAP { &init_mm, 0xC0000000, 0xFFFFF000, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC }
@@ -139,7 +128,6 @@
 	_TSS(0), 0, 0, 0, KERNEL_DS, \
 	{ { 0, }, },  /* 387 state */ \
 	NULL, 0, 0, 0, 0 /* vm86_info */, \
-	{ -1, } \
 }
 
 #define alloc_kernel_stack()    __get_free_page(GFP_KERNEL)

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