Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 04/09/2007 16:05:42
Module Name:	src
Committed By:	chris
Date:		Mon Apr  9 16:05:41 UTC 2007

Modified Files:
	src/sys/arch/arm/arm32: pmap.c

Log Message:
In pmap_activate restore interrupts to their previous state rather than
always enabling them.

It's not clear if this actually caused any problems, but it seems safer
to restore to the previous state in case pmap_activate is ever called
with interrupts disabled.


To generate a diff of this commit:
cvs rdiff -r1.162 -r1.163 src/sys/arch/arm/arm32/pmap.c

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