CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/02 12:18:27
Modified files:
sys/arch/amd64/amd64: pmap.c
Log message:
amd64: implement a pmap_shootept() for non-MP kernels.
Simplifies some of the recent INVEPT changes and mirrors the design
of other pmap tlb shootdown functions that provide simplified non-MP
implementations.
ok mlarkin@
