Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 04/16/2000 13:52:33
Module Name: syssrc
Committed By: chs
Date: Sun Apr 16 20:52:31 UTC 2000
Modified Files:
syssrc/sys/uvm: uvm_map.c
Log Message:
undo rev 1.13, which is to say, don't block interrupts while deactivating
one pmap and activating another. this isn't actually necessary (since
pmap_activate() and pmap_deactivate() affect only user-level mappings,
which cannot be accessed from interrupts anyway), and pmap_activate()
is very slow on old sun4c sparcs so we can't block interrupts for this long.
this fixes PR 8322.
To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 syssrc/sys/uvm/uvm_map.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.