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:           Sun Oct 21 09:25:16 UTC 2012

Modified Files:
        src/sys/arch/arm/arm: cpufunc_asm_armv7.S
        src/sys/arch/arm/arm32: genassym.cf irq_dispatch.S
        src/sys/arch/arm/include/arm32: frame.h

Log Message:
Implement a "fast" path for IRQ handling out of the idle loop.  Since we
are in SVC32 already we only need to save a few registers.  Processing is
also simplified since we know we can't return to user-mode.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm/cpufunc_asm_armv7.S
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/arm/arm32/genassym.cf
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/arm32/irq_dispatch.S
cvs rdiff -u -r1.33 -r1.34 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