patch-2.1.69 linux/include/asm-i386/system.h

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

diff -u --recursive --new-file v2.1.68/linux/include/asm-i386/system.h linux/include/asm-i386/system.h
@@ -251,7 +251,7 @@
 	:"=m" (*((long *) (gate_addr))), \
 	 "=m" (*(1+(long *) (gate_addr))) \
 	:"i" ((short) (0x8000+(dpl<<13)+(type<<8))), \
-	 "d" ((char *) (addr)),"a" (KERNEL_CS << 16) \
+	 "d" ((char *) (addr)),"a" (__KERNEL_CS << 16) \
 	:"ax","dx")
 
 #define set_intr_gate(n,addr) \

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