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
- Lines: 9
- Date:
Fri Nov 9 14:11:15 2001
- Orig file:
v2.4.14/linux/include/asm-cris/system.h
- Orig date:
Tue Oct 9 17:06:53 2001
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)