patch-2.4.15 linux/include/asm-cris/system.h

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

diff -u --recursive --new-file v2.4.14/linux/include/asm-cris/system.h linux/include/asm-cris/system.h
@@ -17,7 +17,7 @@
 /* read the CPU version register */
 
 static inline unsigned long rdvr(void) { 
-	unsigned long vr;
+	unsigned char vr;
 	__asm__ volatile ("move $vr,%0" : "=rm" (vr));
 	return vr;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)