Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: bjh21
Date: Sun Jan 18 01:19:33 UTC 2009
Modified Files:
src/sys/arch/acorn26/acorn26: copyinout.S
src/sys/arch/arm/arm: bcopyinout.S bcopyinout_xscale.S copystr.S
src/sys/arch/arm/arm32: fusu.S
src/sys/arch/arm/include/arm32: frame.h
Log Message:
Now that GET_CURPCB and GET_CURCPU are generally available, use them
unconditionally rather than rolling our own (often badly) all over the
place.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/acorn26/acorn26/copyinout.S
cvs rdiff -r1.16 -r1.17 src/sys/arch/arm/arm/bcopyinout.S
cvs rdiff -r1.6 -r1.7 src/sys/arch/arm/arm/bcopyinout_xscale.S
cvs rdiff -r1.9 -r1.10 src/sys/arch/arm/arm/copystr.S
cvs rdiff -r1.14 -r1.15 src/sys/arch/arm/arm32/fusu.S
cvs rdiff -r1.22 -r1.23 src/sys/arch/arm/include/arm32/frame.h
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