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 avoid nesting /*'s (-Wcomment)
details: https://anonhg.NetBSD.org/src/rev/51b9804c32d8
branches: trunk
changeset: 1007355:51b9804c32d8
user: tnn <tnn%NetBSD.org@localhost>
date: Sat Feb 15 13:51:33 2020 +0000
description:
avoid nesting /*'s (-Wcomment)
diffstat:
sys/arch/aarch64/aarch64/locore.S | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 3102f924bd9b -r 51b9804c32d8 sys/arch/aarch64/aarch64/locore.S
--- a/sys/arch/aarch64/aarch64/locore.S Sat Feb 15 12:45:05 2020 +0000
+++ b/sys/arch/aarch64/aarch64/locore.S Sat Feb 15 13:51:33 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.56 2020/02/15 08:16:10 skrll Exp $ */
+/* $NetBSD: locore.S,v 1.57 2020/02/15 13:51:33 tnn Exp $ */
/*
* Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -38,7 +38,7 @@
#include <aarch64/hypervisor.h>
#include "assym.h"
-RCSID("$NetBSD: locore.S,v 1.56 2020/02/15 08:16:10 skrll Exp $")
+RCSID("$NetBSD: locore.S,v 1.57 2020/02/15 13:51:33 tnn Exp $")
#ifdef AARCH64_DEVICE_MEM_STRONGLY_ORDERED
#define MAIR_DEVICE_MEM MAIR_DEVICE_nGnRnE
@@ -47,9 +47,9 @@
#endif
#define MAIR_DEVICE_MEM_SO MAIR_DEVICE_nGnRnE
-/*#define DEBUG_LOCORE /* debug print */
-/*#define DEBUG_LOCORE_PRINT_LOCK /* avoid mixing AP's output */
-/*#define DEBUG_MMU /* dump MMU table */
+/*#define DEBUG_LOCORE // debug print */
+/*#define DEBUG_LOCORE_PRINT_LOCK // avoid mixing AP's output */
+/*#define DEBUG_MMU // dump MMU table */
#define LOCORE_EL2
Home |
Main Index |
Thread Index |
Old Index