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 More KNF



details:   https://anonhg.NetBSD.org/src/rev/a93028422e0d
branches:  trunk
changeset: 930873:a93028422e0d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 16 05:22:59 2020 +0000

description:
More KNF

diffstat:

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

diffs (28 lines):

diff -r ea0b30236ed7 -r a93028422e0d sys/arch/hppa/hppa/pmap.c
--- a/sys/arch/hppa/hppa/pmap.c Thu Apr 16 01:52:34 2020 +0000
+++ b/sys/arch/hppa/hppa/pmap.c Thu Apr 16 05:22:59 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.109 2020/04/15 15:50:15 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.110 2020/04/16 05:22:59 skrll Exp $ */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.109 2020/04/15 15:50:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.110 2020/04/16 05:22:59 skrll Exp $");
 
 #include "opt_cputype.h"
 
@@ -83,8 +83,8 @@
 #include <machine/iomod.h>
 #include <machine/pcb.h>
 #include <machine/pmap.h>
+#include <machine/psl.h>
 #include <machine/pte.h>
-#include <machine/psl.h>
 #include <machine/reg.h>
 
 #include <hppa/hppa/hpt.h>



Home | Main Index | Thread Index | Old Index