Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun2/sun2 Sort headers.



details:   https://anonhg.NetBSD.org/src/rev/5845d04bdb83
branches:  trunk
changeset: 745621:5845d04bdb83
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Mar 08 06:05:05 2020 +0000

description:
Sort headers.

diffstat:

 sys/arch/sun2/sun2/machdep.c |  58 ++++++++++++++++++++++----------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

diffs (105 lines):

diff -r 6cdfaf108d6e -r 5845d04bdb83 sys/arch/sun2/sun2/machdep.c
--- a/sys/arch/sun2/sun2/machdep.c      Sun Mar 08 04:17:49 2020 +0000
+++ b/sys/arch/sun2/sun2/machdep.c      Sun Mar 08 06:05:05 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.80 2019/12/31 13:07:12 ad Exp $  */
+/*     $NetBSD: machdep.c,v 1.81 2020/03/08 06:05:05 rin Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -149,67 +149,67 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.80 2019/12/31 13:07:12 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.81 2020/03/08 06:05:05 rin Exp $");
 
 #include "opt_ddb.h"
+#include "opt_fpu_emulate.h"
 #include "opt_kgdb.h"
-#include "opt_fpu_emulate.h"
 #include "opt_modular.h"
 
 #include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/kernel.h>
-#include <sys/proc.h>
 #include <sys/buf.h>
-#include <sys/reboot.h>
 #include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/core.h>
+#include <sys/cpu.h>
 #include <sys/device.h>
-#include <sys/malloc.h>
-#include <sys/extent.h>
-#include <sys/mbuf.h>
-#include <sys/msgbuf.h>
-#include <sys/ioctl.h>
-#include <sys/tty.h>
-#include <sys/mount.h>
 #include <sys/exec.h>
 #include <sys/exec_aout.h>             /* for MID_* */
-#include <sys/core.h>
+#include <sys/extent.h>
+#include <sys/file.h>
+#include <sys/ioctl.h>
 #include <sys/kcore.h>
+#include <sys/kernel.h>
+#include <sys/ksyms.h>
+#include <sys/malloc.h>
+#include <sys/mbuf.h>
+#include <sys/mount.h>
+#include <sys/msgbuf.h>
+#include <sys/proc.h>
+#include <sys/reboot.h>
+#include <sys/syscallargs.h>
+#include <sys/sysctl.h>
+#include <sys/systm.h>
+#include <sys/tty.h>
 #include <sys/vnode.h>
-#include <sys/syscallargs.h>
-#include <sys/ksyms.h>
-#include <sys/cpu.h>
+
 #ifdef KGDB
 #include <sys/kgdb.h>
 #endif
 
 #include <uvm/uvm.h> /* XXX: not _extern ... need vm_map_create */
 
-#include <sys/sysctl.h>
-
 #include <dev/cons.h>
 #include <dev/mm.h>
 
-#include <machine/promlib.h>
+#define _SUN68K_BUS_DMA_PRIVATE
+#include <machine/autoconf.h>
+#include <machine/bus.h>
 #include <machine/cpu.h>
 #include <machine/dvma.h>
 #include <machine/idprom.h>
+#include <machine/intr.h>
 #include <machine/kcore.h>
-#include <machine/reg.h>
 #include <machine/pcb.h>
+#include <machine/pmap.h>
+#include <machine/promlib.h>
 #include <machine/psl.h>
 #include <machine/pte.h>
-#define _SUN68K_BUS_DMA_PRIVATE
-#include <machine/autoconf.h>
-#include <machine/bus.h>
-#include <machine/intr.h>
-#include <machine/pmap.h>
+#include <machine/reg.h>
 
 #if defined(DDB)
 #include <machine/db_machdep.h>
+#include <ddb/db_extern.h>
 #include <ddb/db_sym.h>
-#include <ddb/db_extern.h>
 #endif
 
 #include <dev/vme/vmereg.h>



Home | Main Index | Thread Index | Old Index