patch-2.2.0-pre1 linux/include/asm-alpha/core_t2.h
Next file: linux/include/asm-alpha/io.h
Previous file: linux/include/asm-alpha/core_pyxis.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Dec 27 15:21:50 1998
-  Orig file: 
v2.1.132/linux/include/asm-alpha/core_t2.h
-  Orig date: 
Tue Aug 18 22:02:06 1998
diff -u --recursive --new-file v2.1.132/linux/include/asm-alpha/core_t2.h linux/include/asm-alpha/core_t2.h
@@ -378,7 +378,7 @@
 
 __EXTERN_INLINE void t2_outw(unsigned short b, unsigned long addr)
 {
-	unsigned int w;
+	unsigned long w;
 
 	w = __kernel_inswl(b, addr & 3);
 	*(vuip) ((addr << 5) + T2_IO + 0x08) = w;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov