Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
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.
Home |
Main Index |
Thread Index |
Old Index