Subject: CVS commit: src/sys/arch/hppa/hppa
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 05/07/2005 15:54:46
Module Name:	src
Committed By:	chs
Date:		Sat May  7 15:54:46 UTC 2005

Modified Files:
	src/sys/arch/hppa/hppa: pmap.c

Log Message:
in pmap_protect(), remove the assertion that any entries modified must be
managed.  after the yamt-km changes, the sti driver needs to add execute
permission to the (now unmanaged) mapping for its copy of the card firmware,
and this appears to work fine already.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/hppa/hppa/pmap.c

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