CVS commit: src/sys/uvm/pmap

"Nick Hudson" <[email protected]> Wed, 29 Jul 2026 15:40:37 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	src
Committed By:	skrll
Date:		Wed Jul 29 15:40:37 UTC 2026

Modified Files:
	src/sys/uvm/pmap: pmap.c

Log Message:
Don't use pmap_update in pmap_{page_protect,clear_attribute} as the
PMAP_DEFERRED_ACTIVATE logic doesn't apply. Instead create a new
pmap_shootdown which performs the necessary shootdowns for
PMAP_TLB_NEED_SHOOTDOWN architectures.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/uvm/pmap/pmap.c

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