Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/riscv/riscv



Module Name:    src
Committed By:   skrll
Date:           Tue Aug 25 18:16:14 UTC 2026

Modified Files:
        src/sys/arch/riscv/riscv: bus_space_generic.S

Log Message:
risc-v: some fixes for the bus_space helper function

- don't sign extend in generic_bs_r_4 for _LP64
- use sll (not srl) for the delta = n << stride calculations
- fix the delta calculation in generic_bs_rr_2


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/riscv/riscv/bus_space_generic.S

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