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 Line continuation alignment whitesp...
details: https://anonhg.NetBSD.org/src/rev/9790d7eb4a53
branches: trunk
changeset: 371976:9790d7eb4a53
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Oct 23 07:11:26 2022 +0000
description:
Line continuation alignment whitespace. NFC.
diffstat:
sys/arch/aarch64/include/pmap.h | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r 8159c1bfcc67 -r 9790d7eb4a53 sys/arch/aarch64/include/pmap.h
--- a/sys/arch/aarch64/include/pmap.h Sun Oct 23 07:04:44 2022 +0000
+++ b/sys/arch/aarch64/include/pmap.h Sun Oct 23 07:11:26 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.53 2022/10/15 11:07:38 jmcneill Exp $ */
+/* $NetBSD: pmap.h,v 1.54 2022/10/23 07:11:26 skrll Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -315,13 +315,13 @@
#define DEVMAP_ALIGN(x) L3_TRUNC_BLOCK((x))
#define DEVMAP_SIZE(x) L3_ROUND_BLOCK((x))
-#define DEVMAP_ENTRY(va, pa, sz) \
- { \
- .pd_va = DEVMAP_ALIGN(va), \
- .pd_pa = DEVMAP_ALIGN(pa), \
+#define DEVMAP_ENTRY(va, pa, sz) \
+ { \
+ .pd_va = DEVMAP_ALIGN(va), \
+ .pd_pa = DEVMAP_ALIGN(pa), \
.pd_size = DEVMAP_SIZE(sz), \
- .pd_prot = VM_PROT_READ|VM_PROT_WRITE, \
- .pd_flags = PMAP_DEV \
+ .pd_prot = VM_PROT_READ|VM_PROT_WRITE, \
+ .pd_flags = PMAP_DEV \
}
#define DEVMAP_ENTRY_END { 0 }
Home |
Main Index |
Thread Index |
Old Index