Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/include Wrap long lines in a comment block.
details: https://anonhg.NetBSD.org/src/rev/142cfcaf4fc9
branches: trunk
changeset: 378201:142cfcaf4fc9
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jul 26 06:45:41 2023 +0000
description:
Wrap long lines in a comment block.
diffstat:
sys/arch/aarch64/include/pmap_machdep.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r 18c4789aeeaa -r 142cfcaf4fc9 sys/arch/aarch64/include/pmap_machdep.h
--- a/sys/arch/aarch64/include/pmap_machdep.h Wed Jul 26 06:43:53 2023 +0000
+++ b/sys/arch/aarch64/include/pmap_machdep.h Wed Jul 26 06:45:41 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_machdep.h,v 1.4 2023/07/26 06:43:53 skrll Exp $ */
+/* $NetBSD: pmap_machdep.h,v 1.5 2023/07/26 06:45:41 skrll Exp $ */
/*-
* Copyright (c) 2022 The NetBSD Foundation, Inc.
@@ -321,11 +321,11 @@ pte_set(pt_entry_t *ptep, pt_entry_t pte
*ptep = pte;
dsb(ishst);
/*
- * if this mapping is going to be used by userland then the eret *can* act
- * as the isb, but might not (apple m1).
+ * if this mapping is going to be used by userland then the eret *can*
+ * act as the isb, but might not (apple m1).
*
- * if this mapping is kernel then the isb is always needed (for some micro-
- * architectures)
+ * if this mapping is kernel then the isb is always needed (for some
+ * micro-architectures)
*/
isb();
Home |
Main Index |
Thread Index |
Old Index