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

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

diff -u --recursive --new-file v2.1.109/linux/include/asm-i386/processor.h linux/include/asm-i386/processor.h
@@ -234,6 +234,8 @@
 	unsigned long	tr;
 	unsigned long	cr2, trap_no, error_code;
 	mm_segment_t	segment;
+/* debug registers */
+	long debugreg[8];  /* Hardware debugging registers */
 /* floating point info */
 	union i387_union i387;
 /* virtual 86 mode info */
@@ -260,6 +262,7 @@
 	0, 0x8000, /* tace, bitmap */				\
 	{~0, }, /* ioperm */					\
 	_TSS(0), 0, 0, 0, (mm_segment_t) { 0 }, /* obsolete */	\
+	{ 0, },							\
 	{ { 0, }, },  /* 387 state */				\
 	NULL, 0, 0, 0, 0, 0, /* vm86_info */			\
 }

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