CVS commit: src/sys/arch
"Nick Hudson" <[email protected]> Sat, 25 Jul 2026 15:49:50 +0000
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: skrll Date: Sat Jul 25 15:49:49 UTC 2026 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c src/sys/arch/riscv/riscv: riscv_machdep.c Log Message: The 2nd argument of fdt_memory_remove_range is a size. Fix the call sites that get this wrong. Prompted by the email to port-riscv from Alex Jokela To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/arch/evbarm/fdt/fdt_machdep.c cvs rdiff -u -r1.50 -r1.51 src/sys/arch/riscv/riscv/riscv_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.