Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 06/23/2003 09:05:24
Module Name:	src
Committed By:	chris
Date:		Mon Jun 23 09:05:24 UTC 2003

Modified Files:
	src/sys/arch/arm/arm32: cpuswitch.S

Log Message:
Fix for port-arm/21962.  Rather than fixing the #ifndef spl0, I removed
the test as spl0 is actually a macro for splx(0). The code now calls
splx(0)

(note building with the #ifdef fixed, caused the build to fail on a
GENERIC acorn32 kernel.)


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/arch/arm/arm32/cpuswitch.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.