Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/arm
Module Name: src
Committed By: matt
Date: Wed Aug 29 23:10:31 UTC 2012
Modified Files:
src/sys/arch/arm/arm: arm_machdep.c
src/sys/arch/arm/arm32: exception.S genassym.cf
src/sys/arch/arm/include: cpu.h
src/sys/arch/arm/include/arm32: machdep.h
Log Message:
Don't use locations in .data to store exception temporaries, use decidicated
space in cpu_info instead. This also moves undefined_handler_address into
cpu_info as well.
Use the new armreg* inlines for getting TPIDRPRW register.
Add MULTIPROCESSOR version of CPU_INFO_FOREACH
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/arm/arm_machdep.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm32/exception.S
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/arm/arm32/genassym.cf
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/arm/include/cpu.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/include/arm32/machdep.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