Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/1fdb8ac03b01
branches:  trunk
changeset: 930838:1fdb8ac03b01
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Apr 15 09:41:09 2020 +0000

description:
KNF

diffstat:

 sys/arch/hppa/hppa/pmap.c |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 3da3b82acbf0 -r 1fdb8ac03b01 sys/arch/hppa/hppa/pmap.c
--- a/sys/arch/hppa/hppa/pmap.c Wed Apr 15 08:14:22 2020 +0000
+++ b/sys/arch/hppa/hppa/pmap.c Wed Apr 15 09:41:09 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.106 2020/04/15 08:14:22 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.107 2020/04/15 09:41:09 skrll Exp $ */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -65,27 +65,27 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.106 2020/04/15 08:14:22 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.107 2020/04/15 09:41:09 skrll Exp $");
 
 #include "opt_cputype.h"
 
 #include <sys/param.h>
-#include <sys/systm.h>
+#include <sys/mutex.h>
 #include <sys/proc.h>
-#include <sys/mutex.h>
 #include <sys/rwlock.h>
+#include <sys/systm.h>
 
 #include <uvm/uvm.h>
 #include <uvm/uvm_page_array.h>
 
-#include <machine/reg.h>
-#include <machine/psl.h>
 #include <machine/cpu.h>
+#include <machine/cpufunc.h>
+#include <machine/iomod.h>
 #include <machine/pcb.h>
 #include <machine/pmap.h>
 #include <machine/pte.h>
-#include <machine/cpufunc.h>
-#include <machine/iomod.h>
+#include <machine/psl.h>
+#include <machine/reg.h>
 
 #include <hppa/hppa/hpt.h>
 #include <hppa/hppa/machdep.h>



Home | Main Index | Thread Index | Old Index