Mon Apr 17 06:57:02 2023 UTC ()
(missed in pervious commit)

Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-V

It's less letters, matches other similar variables and will help with
sharing code between the two architectures.

NFCI.


(skrll)
diff -r1.5 -r1.6 src/external/cddl/osnet/dev/dtrace/aarch64/dtrace_subr.c

cvs diff -r1.5 -r1.6 src/external/cddl/osnet/dev/dtrace/aarch64/dtrace_subr.c (expand / switch to context diff)
--- src/external/cddl/osnet/dev/dtrace/aarch64/dtrace_subr.c 2021/04/06 12:48:36 1.5
+++ src/external/cddl/osnet/dev/dtrace/aarch64/dtrace_subr.c 2023/04/17 06:57:02 1.6
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dtrace_subr.c,v 1.5 2021/04/06 12:48:36 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dtrace_subr.c,v 1.6 2023/04/17 06:57:02 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -129,7 +129,7 @@
 {
 
 	(*func)(0, (uintptr_t)AARCH64_DIRECTMAP_START);
-	(*func)((uintptr_t)VM_KERNEL_IO_ADDRESS, ~(uintptr_t)0);
+	(*func)((uintptr_t)VM_KERNEL_IO_BASE, ~(uintptr_t)0);
 }
 
 static void