Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/aarch64/aarch64 KNF



details:   https://anonhg.NetBSD.org/src/rev/e2545204b1c7
branches:  trunk
changeset: 985813:e2545204b1c7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Sep 09 08:09:44 2021 +0000

description:
KNF

diffstat:

 sys/arch/aarch64/aarch64/pmap.c |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 02621baa1da8 -r e2545204b1c7 sys/arch/aarch64/aarch64/pmap.c
--- a/sys/arch/aarch64/aarch64/pmap.c   Thu Sep 09 02:12:48 2021 +0000
+++ b/sys/arch/aarch64/aarch64/pmap.c   Thu Sep 09 08:09:44 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.108 2021/05/29 06:54:20 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.109 2021/09/09 08:09:44 skrll Exp $ */
 
 /*
  * Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.108 2021/05/29 06:54:20 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.109 2021/09/09 08:09:44 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_ddb.h"
@@ -38,10 +38,11 @@
 
 #include <sys/param.h>
 #include <sys/types.h>
+
+#include <sys/asan.h>
+#include <sys/atomic.h>
 #include <sys/kmem.h>
 #include <sys/vmem.h>
-#include <sys/atomic.h>
-#include <sys/asan.h>
 
 #include <uvm/uvm.h>
 #include <uvm/pmap/pmap_pvt.h>



Home | Main Index | Thread Index | Old Index