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 blank line audit
details: https://anonhg.NetBSD.org/src/rev/77f71653c767
branches: trunk
changeset: 378204:77f71653c767
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jul 26 07:00:31 2023 +0000
description:
blank line audit
diffstat:
sys/arch/aarch64/include/pmap_machdep.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r bcfb5a93bb0c -r 77f71653c767 sys/arch/aarch64/include/pmap_machdep.h
--- a/sys/arch/aarch64/include/pmap_machdep.h Wed Jul 26 06:58:34 2023 +0000
+++ b/sys/arch/aarch64/include/pmap_machdep.h Wed Jul 26 07:00:31 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_machdep.h,v 1.7 2023/07/26 06:58:34 skrll Exp $ */
+/* $NetBSD: pmap_machdep.h,v 1.8 2023/07/26 07:00:31 skrll Exp $ */
/*-
* Copyright (c) 2022 The NetBSD Foundation, Inc.
@@ -388,7 +388,6 @@ pte_pde_set(pd_entry_t *pdep, pd_entry_t
}
-
static inline pt_entry_t
pte_memattr(u_int flags)
{
@@ -439,6 +438,7 @@ pte_make_kenter_pa(paddr_t pa, struct vm
return pte;
}
+
static inline pt_entry_t
pte_make_enter_efirt(paddr_t pa, vm_prot_t prot, u_int flags)
{
@@ -464,6 +464,7 @@ pte_make_enter_efirt(paddr_t pa, vm_prot
return npte;
}
+
static inline pt_entry_t
pte_make_enter(paddr_t pa, const struct vm_page_md *mdpg, vm_prot_t prot,
u_int flags, bool is_kernel_pmap_p)
Home |
Main Index |
Thread Index |
Old Index