CVS commit: src/sys/arch/riscv/riscv
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: skrll Date: Sat Mar 28 07:17:21 UTC 2026 Modified Files: src/sys/arch/riscv/riscv: cpufunc.c Log Message: From Rui-Xiang Guo in private email According to the c906 user manual, it uses sync.s to ensure completion of clean operations. Change the fence rw,rw to sync.s in the thead cache operations. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/riscv/cpufunc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.