Module Name:    src
Committed By:   skrll
Date:           Wed Jul 26 07:00:32 UTC 2023

Modified Files:
        src/sys/arch/aarch64/include: pmap_machdep.h

Log Message:
blank line audit


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/aarch64/include/pmap_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/aarch64/include/pmap_machdep.h
diff -u src/sys/arch/aarch64/include/pmap_machdep.h:1.7 src/sys/arch/aarch64/include/pmap_machdep.h:1.8
--- src/sys/arch/aarch64/include/pmap_machdep.h:1.7	Wed Jul 26 06:58:34 2023
+++ src/sys/arch/aarch64/include/pmap_machdep.h	Wed Jul 26 07:00:31 2023
@@ -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)

Reply via email to