patch-2.0.32 linux/include/linux/head.h

Next file: linux/include/linux/mm.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.31/linux/include/linux/head.h linux/include/linux/head.h
@@ -5,7 +5,8 @@
 	unsigned long a,b;
 } desc_table[256];
 
-extern desc_table idt,gdt;
+extern desc_table __idt,gdt;
+extern struct desc_struct *idt;
 
 #define GDT_NUL 0
 #define GDT_CODE 1

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