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:   scw
Date:           Thu Oct 30 08:57:24 UTC 2003

Modified Files:
        src/sys/arch/arm/arm32: exception.S irq_dispatch.S
        src/sys/arch/arm/include/arm32: frame.h

Log Message:
Move the alignment fault enable/disable code into macroes to avoid
needless duplication.

Additionally, merge AST handling into the same code.

exception.S and the generic irq_dispatch.S routines have been updated
to use the macroes.

XXX: I have patches for the non-generic IRQ dispatch routines, but they
need testing by someone with hardware.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/arm/arm32/exception.S
cvs rdiff -r1.4 -r1.5 src/sys/arch/arm/arm32/irq_dispatch.S
cvs rdiff -r1.6 -r1.7 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