Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/25/2001 19:18:26
Module Name: syssrc
Committed By: thorpej
Date: Wed Apr 25 16:18:26 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386: pmap.c
syssrc/sys/arch/pc532/pc532: pmap.c
syssrc/sys/arch/sh3/sh3: pmap.c
Log Message:
Work around the problem that causes kern/12554. Basically,
there are some pathological cases that cause pmap_page_protect()
to be called on a wired page to revoke all mappings. We
need to skip mappings that are actually wired to prevent Bad
things from happening later.
THIS IS JUST A WORK-AROUND. We need to prevent the pathological
behavior from happening in UVM to begin with. But it's unclear
what the right solution is there, right now.
To generate a diff of this commit:
cvs rdiff -r1.121 -r1.122 syssrc/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.58 -r1.59 syssrc/sys/arch/pc532/pc532/pmap.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/sh3/sh3/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.