Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/fdt Simplify
details: https://anonhg.NetBSD.org/src/rev/d2ad380cddd9
branches: trunk
changeset: 935844:d2ad380cddd9
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jul 10 12:14:58 2020 +0000
description:
Simplify
diffstat:
sys/arch/evbarm/fdt/platform.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f9396a4a4ce4 -r d2ad380cddd9 sys/arch/evbarm/fdt/platform.h
--- a/sys/arch/evbarm/fdt/platform.h Fri Jul 10 07:48:27 2020 +0000
+++ b/sys/arch/evbarm/fdt/platform.h Fri Jul 10 12:14:58 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: platform.h,v 1.7 2020/07/10 07:31:33 skrll Exp $ */
+/* $NetBSD: platform.h,v 1.8 2020/07/10 12:14:58 skrll Exp $ */
/*-
* Copyright (c) 2015-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -34,7 +34,7 @@
#endif
#define KERNEL_IO_VBASE VM_KERNEL_IO_ADDRESS
-#define KERNEL_IO_VSIZE (KERNEL_IO_VBASE - VM_MAX_KERNEL_ADDRESS)
+#define KERNEL_IO_VSIZE VM_KERNEL_IO_SIZE
#ifdef __aarch64__
Home |
Main Index |
Thread Index |
Old Index