Source-Changes archive

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

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



Module Name:    src
Committed By:   skrll
Date:           Thu Sep  3 14:20:54 UTC 2026

Modified Files:
        src/sys/arch/riscv/include: bus_funcs.h

Log Message:
riscv: Fix bus_space_{alloc,free,mmap} macros

The macros bus_space_alloc, bus_space_free, and bus_space_mmap were
incorrectly passing the bus space cookie as their first parameter.

This patch updates these macros to pass the entire bus space tag pointer
instead as per other macros.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/include/bus_funcs.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