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 13 21:41:32 UTC 2014
Modified Files:
src/sys/arch/arm/arm: ast.c process_machdep.c syscall.c
src/sys/arch/arm/arm32: fault.c
src/sys/arch/arm/include: locore.h
Log Message:
Add __NO_FIQ to prevent testing of the PSR FIQ bit
Use VALID_R15_PSR(pc, spsr) instead of testing explicitly
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/arm/ast.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/arm/process_machdep.c
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/arm/arm/syscall.c
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/arm/arm32/fault.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/include/locore.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