Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/obs405 Sort & group headers. No binary changes.
details: https://anonhg.NetBSD.org/src/rev/edbbf7a9f073
branches: trunk
changeset: 960835:edbbf7a9f073
user: rin <rin%NetBSD.org@localhost>
date: Tue Mar 30 04:02:17 2021 +0000
description:
Sort & group headers. No binary changes.
diffstat:
sys/arch/evbppc/obs405/obs266_machdep.c | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diffs (62 lines):
diff -r 1cffa253ffaa -r edbbf7a9f073 sys/arch/evbppc/obs405/obs266_machdep.c
--- a/sys/arch/evbppc/obs405/obs266_machdep.c Tue Mar 30 03:57:03 2021 +0000
+++ b/sys/arch/evbppc/obs405/obs266_machdep.c Tue Mar 30 04:02:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obs266_machdep.c,v 1.25 2021/03/30 03:57:03 rin Exp $ */
+/* $NetBSD: obs266_machdep.c,v 1.26 2021/03/30 04:02:17 rin Exp $ */
/* Original: md_machdep.c,v 1.3 2005/01/24 18:47:37 shige Exp $ */
/*
@@ -68,38 +68,38 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obs266_machdep.c,v 1.25 2021/03/30 03:57:03 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obs266_machdep.c,v 1.26 2021/03/30 04:02:17 rin Exp $");
#include "opt_ddb.h"
#include <sys/param.h>
+#include <sys/bus.h>
+#include <sys/device.h>
#include <sys/kernel.h>
+#include <sys/module.h>
#include <sys/reboot.h>
#include <sys/systm.h>
-#include <sys/device.h>
-#include <sys/module.h>
-#include <sys/bus.h>
#include <machine/obs266.h>
-#include <powerpc/ibm4xx/dcr4xx.h>
-#include <powerpc/ibm4xx/cpu.h>
-#include <powerpc/ibm4xx/ibm405gp.h>
-#include <powerpc/ibm4xx/pci_machdep.h>
-#include <powerpc/ibm4xx/openbios.h>
-#include <powerpc/ibm4xx/tlb.h>
-#include <powerpc/ibm4xx/dev/comopbvar.h>
-
#include <powerpc/spr.h>
#include <powerpc/ibm4xx/spr.h>
-#include <dev/ic/comreg.h>
+#include <powerpc/ibm4xx/cpu.h>
+#include <powerpc/ibm4xx/dcr4xx.h>
+#include <powerpc/ibm4xx/ibm405gp.h>
+#include <powerpc/ibm4xx/openbios.h>
+#include <powerpc/ibm4xx/tlb.h>
+
+#include <powerpc/ibm4xx/pci_machdep.h>
+#include <dev/pci/pciconf.h>
#include <dev/pci/pcivar.h>
-#include <dev/pci/pciconf.h>
#include "com.h"
#if (NCOM > 0)
#include <sys/termios.h>
+#include <powerpc/ibm4xx/dev/comopbvar.h>
+#include <dev/ic/comreg.h>
#ifndef CONADDR
#define CONADDR IBM405GP_UART0_BASE
Home |
Main Index |
Thread Index |
Old Index