CVS commit: src/sys/arch/riscv
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: skrll Date: Thu May 21 11:37:16 UTC 2026 Modified Files: src/sys/arch/riscv/include: pte.h src/sys/arch/riscv/riscv: trap.c Log Message: risc-v: fix ref/mod emulation PTE handling. The previous code has zero chance of working and now that pmap_test_mod_ref exists it can prove this code is correct. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/riscv/include/pte.h cvs rdiff -u -r1.31 -r1.32 src/sys/arch/riscv/riscv/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.