This is consistent with other platforms, specifically arm and arm64,
which use it to implement software management of accessed and dirty
bits.
No functional change intended.
Differential D30645
riscv: Rename pmap_fault_fixup() to pmap_fault() markj on Jun 4 2021, 6:22 PM. Authored by Tags None Referenced Files
Details
This is consistent with other platforms, specifically arm and arm64, No functional change intended.
Diff Detail
Event TimelineComment Actions I guess it got copied from arm's pmap-v4 (you can still find references that function for it in the tree)? Comment Actions Ah, I see. Looks like last_fault_code can be removed then. Regarding the overall change, I don't have a strong preference for it, it would just be nice to be consistent especially now that pmap-v4.c is gone. Comment Actions Yeah, seems sensible. I quite liked the "fixup" in the name, but best to align with pmap-v6 and arm64. |