Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mips
Module Name: src
Committed By: christos
Date: Sat Nov 6 23:22:44 UTC 2004
Modified Files:
src/sys/arch/mips/include: cachectl.h sysarch.h
src/sys/arch/mips/mips: sys_machdep.c
Log Message:
Don't use "int" to represent lengths; this is what size_t is for. This
does not change the ABI since we don't have 64 bit mips yet.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/mips/include/cachectl.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/mips/include/sysarch.h
cvs rdiff -r1.26 -r1.27 src/sys/arch/mips/mips/sys_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index