Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include/arm32 KNF two comments
details: https://anonhg.NetBSD.org/src/rev/043c2b940aca
branches: trunk
changeset: 354970:043c2b940aca
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jul 06 15:17:47 2017 +0000
description:
KNF two comments
diffstat:
sys/arch/arm/include/arm32/pmap.h | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diffs (35 lines):
diff -r 81aaea9a2193 -r 043c2b940aca sys/arch/arm/include/arm32/pmap.h
--- a/sys/arch/arm/include/arm32/pmap.h Thu Jul 06 15:09:17 2017 +0000
+++ b/sys/arch/arm/include/arm32/pmap.h Thu Jul 06 15:17:47 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.149 2017/07/06 15:07:56 skrll Exp $ */
+/* $NetBSD: pmap.h,v 1.150 2017/07/06 15:17:47 skrll Exp $ */
/*
* Copyright (c) 2002, 2003 Wasabi Systems, Inc.
@@ -924,8 +924,10 @@
#define L2_L_CACHE_MASK L2_L_CACHE_MASK_armv6n
#define L2_S_CACHE_MASK L2_S_CACHE_MASK_armv6n
-/* These prototypes make writeable mappings, while the other MMU types
- * make read-only mappings. */
+/*
+ * These prototypes make writeable mappings, while the other MMU types
+ * make read-only mappings.
+ */
#define L1_SS_PROTO L1_SS_PROTO_armv6
#define L1_S_PROTO L1_S_PROTO_armv6
#define L1_C_PROTO L1_C_PROTO_armv6
@@ -1007,8 +1009,10 @@
#define L2_L_CACHE_MASK L2_L_CACHE_MASK_armv7
#define L2_S_CACHE_MASK L2_S_CACHE_MASK_armv7
-/* These prototypes make writeable mappings, while the other MMU types
- * make read-only mappings. */
+/*
+ * These prototypes make writeable mappings, while the other MMU types
+ * make read-only mappings.
+ */
#define L1_SS_PROTO L1_SS_PROTO_armv7
#define L1_S_PROTO L1_S_PROTO_armv7
#define L1_C_PROTO L1_C_PROTO_armv7
Home |
Main Index |
Thread Index |
Old Index