NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55094 CVS commit: src/sys/arch/vax



The following reply was made to PR port-vax/55094; it has been noted by GNATS.

From: "Andrew Doran" <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55094 CVS commit: src/sys/arch/vax
Date: Sat, 21 Mar 2020 18:47:55 +0000

 Module Name:	src
 Committed By:	ad
 Date:		Sat Mar 21 18:47:54 UTC 2020
 
 Modified Files:
 	src/sys/arch/vax/include: pmap.h
 	src/sys/arch/vax/vax: pmap.c
 
 Log Message:
 PR port-vax/55094: vax pmap needs locking adjustments
 
 Make the adjustments noted in the PR and don't call uvm_wait() or do
 WAITOK ever - UVM takes care of that.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.81 -r1.82 src/sys/arch/vax/include/pmap.h
 cvs rdiff -u -r1.189 -r1.190 src/sys/arch/vax/vax/pmap.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index