Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mips/mips
Module Name: src
Committed By: matt
Date: Sat Aug 26 20:18:36 UTC 2006
Modified Files:
src/sys/arch/mips/mips: compat_16_machdep.c mips_machdep.c
process_machdep.c trap.c vm_machdep.c
Log Message:
Use vaddr_t for virtual addresses. Don't cast pointers with int or
unsigned, use intptr_t or uintptr_t as appropriate.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/mips/mips/compat_16_machdep.c
cvs rdiff -r1.186 -r1.187 src/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -r1.27 -r1.28 src/sys/arch/mips/mips/process_machdep.c
cvs rdiff -r1.205 -r1.206 src/sys/arch/mips/mips/trap.c
cvs rdiff -r1.110 -r1.111 src/sys/arch/mips/mips/vm_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