CVS commit: src/sys
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: skrll Date: Tue Mar 31 21:10:51 UTC 2026 Modified Files: src/sys/arch/riscv/riscv: pmap_machdep.c src/sys/uvm/pmap: pmap_tlb.c pmap_tlb.h Log Message: mi pmap: Rename two functions for clarity of purpose tlbinfo_asids_p -> tlbinfo_hasasids_p This functions indicates if ASIDs are implemented tlbinfo_noasids_p -> tlbinfo_freeasids_p The new function indicates if there are free ASIDS in the pool (the inversion of the previous function) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/riscv/riscv/pmap_machdep.c cvs rdiff -u -r1.65 -r1.66 src/sys/uvm/pmap/pmap_tlb.c cvs rdiff -u -r1.17 -r1.18 src/sys/uvm/pmap/pmap_tlb.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.