Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/aarch64 G/C an outdated comment.
details: https://anonhg.NetBSD.org/src/rev/1af2acb531ea
branches: trunk
changeset: 374310:1af2acb531ea
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Apr 18 07:53:31 2023 +0000
description:
G/C an outdated comment.
diffstat:
sys/arch/aarch64/aarch64/aarch64_machdep.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r f29136ed6ba7 -r 1af2acb531ea sys/arch/aarch64/aarch64/aarch64_machdep.c
--- a/sys/arch/aarch64/aarch64/aarch64_machdep.c Tue Apr 18 06:37:25 2023 +0000
+++ b/sys/arch/aarch64/aarch64/aarch64_machdep.c Tue Apr 18 07:53:31 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aarch64_machdep.c,v 1.68 2023/04/16 14:01:51 skrll Exp $ */
+/* $NetBSD: aarch64_machdep.c,v 1.69 2023/04/18 07:53:31 skrll Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: aarch64_machdep.c,v 1.68 2023/04/16 14:01:51 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: aarch64_machdep.c,v 1.69 2023/04/18 07:53:31 skrll Exp $");
#include "opt_arm_debug.h"
#include "opt_cpuoptions.h"
@@ -289,7 +289,6 @@ initarm_common(vaddr_t kvm_base, vsize_t
paddr_t kernstart_phys __unused = KERN_VTOPHYS(kernstart);
paddr_t kernend_phys __unused = KERN_VTOPHYS(kernend);
- /* XXX: arm/arm32/bus_dma.c refers physical_{start,end} */
physical_start = bootconfig.dram[0].address;
physical_end = bootconfig.dram[bootconfig.dramblocks - 1].address +
ptoa(bootconfig.dram[bootconfig.dramblocks - 1].pages);
Home |
Main Index |
Thread Index |
Old Index