Subject: CVS commit: src/sys/arch/arm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/03/2003 02:38:19
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.