Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/ibm4xx Sort headers. No functional changes ...



details:   https://anonhg.NetBSD.org/src/rev/ddec9182caf2
branches:  trunk
changeset: 949233:ddec9182caf2
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Jan 06 08:07:36 2021 +0000

description:
Sort headers. No functional changes intended.

diffstat:

 sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r 31128eeca19a -r ddec9182caf2 sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
--- a/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c  Wed Jan 06 08:04:57 2021 +0000
+++ b/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c  Wed Jan 06 08:07:36 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibm4xx_machdep.c,v 1.32 2020/07/06 13:10:19 rin Exp $  */
+/*     $NetBSD: ibm4xx_machdep.c,v 1.33 2021/01/06 08:07:36 rin Exp $  */
 /*     Original: ibm40x_machdep.c,v 1.3 2005/01/17 17:19:36 shige Exp $ */
 
 /*
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.32 2020/07/06 13:10:19 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.33 2021/01/06 08:07:36 rin Exp $");
 
 #include "ksyms.h"
 
@@ -79,10 +79,10 @@
 #endif
 
 #include <sys/param.h>
+#include <sys/cpu.h>
+#include <sys/ksyms.h>
 #include <sys/msgbuf.h>
 #include <sys/proc.h>
-#include <sys/cpu.h>
-#include <sys/ksyms.h>
 
 #include <uvm/uvm_extern.h>
 
@@ -96,13 +96,13 @@
 #endif
 
 #include <machine/powerpc.h>
-#include <powerpc/pcb.h>
 #include <machine/trap.h>
 
+#include <powerpc/pcb.h>
 #include <powerpc/spr.h>
-#include <powerpc/ibm4xx/spr.h>
 
 #include <powerpc/ibm4xx/cpu.h>
+#include <powerpc/ibm4xx/spr.h>
 
 /*
  * Global variables used here and there



Home | Main Index | Thread Index | Old Index