Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 KNF
details: https://anonhg.NetBSD.org/src/rev/a447dab7bb29
branches: trunk
changeset: 968961:a447dab7bb29
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Feb 02 07:55:11 2020 +0000
description:
KNF
diffstat:
sys/arch/arm/arm32/pmap.c | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diffs (50 lines):
diff -r 23368b6e5ebb -r a447dab7bb29 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sun Feb 02 07:47:51 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sun Feb 02 07:55:11 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.383 2020/02/02 07:47:51 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.384 2020/02/02 07:55:11 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -197,20 +197,22 @@
#define _INTR_PRIVATE
#endif
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.384 2020/02/02 07:55:11 skrll Exp $");
+
#include <sys/param.h>
#include <sys/types.h>
+#include <sys/atomic.h>
+#include <sys/bus.h>
+#include <sys/cpu.h>
+#include <sys/intr.h>
#include <sys/kernel.h>
-#include <sys/systm.h>
-#include <sys/proc.h>
-#include <sys/intr.h>
-#include <sys/pool.h>
+#include <sys/kernhist.h>
#include <sys/kmem.h>
-#include <sys/cdefs.h>
-#include <sys/cpu.h>
+#include <sys/pool.h>
+#include <sys/proc.h>
#include <sys/sysctl.h>
-#include <sys/bus.h>
-#include <sys/atomic.h>
-#include <sys/kernhist.h>
+#include <sys/systm.h>
#include <uvm/uvm.h>
#include <uvm/pmap/pmap_pvt.h>
@@ -221,8 +223,6 @@
#include <arm/db_machdep.h>
#endif
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.383 2020/02/02 07:47:51 skrll Exp $");
-
//#define PMAP_DEBUG
#ifdef PMAP_DEBUG
Home |
Main Index |
Thread Index |
Old Index