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 Whitespace
details: https://anonhg.NetBSD.org/src/rev/922f57dbf90f
branches: trunk
changeset: 1003733:922f57dbf90f
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Sep 28 07:06:32 2019 +0000
description:
Whitespace
diffstat:
sys/arch/aarch64/aarch64/aarch64_machdep.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 9cdf2262fb49 -r 922f57dbf90f sys/arch/aarch64/aarch64/aarch64_machdep.c
--- a/sys/arch/aarch64/aarch64/aarch64_machdep.c Fri Sep 27 22:36:57 2019 +0000
+++ b/sys/arch/aarch64/aarch64/aarch64_machdep.c Sat Sep 28 07:06:32 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aarch64_machdep.c,v 1.31 2019/09/11 08:15:48 ryo Exp $ */
+/* $NetBSD: aarch64_machdep.c,v 1.32 2019/09/28 07:06:32 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.31 2019/09/11 08:15:48 ryo Exp $");
+__KERNEL_RCSID(1, "$NetBSD: aarch64_machdep.c,v 1.32 2019/09/28 07:06:32 skrll Exp $");
#include "opt_arm_debug.h"
#include "opt_ddb.h"
@@ -225,7 +225,6 @@
aarch64_tlbi_all();
-
VPRINTF("%s: kernel phys start %lx end %lx+%lx\n", __func__,
kernstart_phys, kernend_phys, kernend_extra);
fdt_add_reserved_memory_range(kernstart_phys,
Home |
Main Index |
Thread Index |
Old Index