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: thorpej
Date: Fri Jan 3 00:38:18 UTC 2003
Modified Files:
src/sys/arch/arm/arm32: irq_dispatch.S
src/sys/arch/arm/s3c2xx0: s3c2800_intr.c
Log Message:
Fiddle with current_intr_depth in assembly code again. Because we
have just pushed a frame, we can make some assumptions that the
compiler cannot as easily make, and can thus do it slightly more
efficiently.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/arm32/irq_dispatch.S
cvs rdiff -r1.2 -r1.3 src/sys/arch/arm/s3c2xx0/s3c2800_intr.c
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