CVS commit: [netbsd-11] src/sys/arch

"Martin Husemann" <[email protected]> Sun, 2 Aug 2026 13:29:51 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	src
Committed By:	martin
Date:		Sun Aug  2 13:29:51 UTC 2026

Modified Files:
	src/sys/arch/evbarm/fdt [netbsd-11]: fdt_machdep.c
	src/sys/arch/riscv/riscv [netbsd-11]: riscv_machdep.c

Log Message:
Pull up following revision(s) (requested by skrll in ticket #400):

	sys/arch/riscv/riscv/riscv_machdep.c: revision 1.51
	sys/arch/evbarm/fdt/fdt_machdep.c: revision 1.113

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.109 -r1.109.2.1 src/sys/arch/evbarm/fdt/fdt_machdep.c
cvs rdiff -u -r1.43.2.2 -r1.43.2.3 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.