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 more headers...



details:   https://anonhg.NetBSD.org/src/rev/f981170d8815
branches:  trunk
changeset: 744983:f981170d8815
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Feb 20 05:55:24 2020 +0000

description:
Sort more headers...

diffstat:

 sys/arch/powerpc/ibm4xx/trap.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r a7eaa7fff4ef -r f981170d8815 sys/arch/powerpc/ibm4xx/trap.c
--- a/sys/arch/powerpc/ibm4xx/trap.c    Thu Feb 20 05:46:08 2020 +0000
+++ b/sys/arch/powerpc/ibm4xx/trap.c    Thu Feb 20 05:55:24 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.71 2020/02/20 05:46:08 rin Exp $    */
+/*     $NetBSD: trap.c,v 1.72 2020/02/20 05:55:24 rin Exp $    */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.71 2020/02/20 05:46:08 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.72 2020/02/20 05:55:24 rin Exp $");
 
 #include "opt_altivec.h"
 #include "opt_ddb.h"
@@ -76,13 +76,13 @@
 #define        __UFETCHSTORE_PRIVATE
 
 #include <sys/param.h>
+#include <sys/cpu.h>
+#include <sys/kauth.h>
 #include <sys/proc.h>
 #include <sys/reboot.h>
 #include <sys/syscall.h>
 #include <sys/systm.h>
 #include <sys/userret.h>
-#include <sys/kauth.h>
-#include <sys/cpu.h>
 
 #if defined(KGDB)
 #include <sys/kgdb.h>



Home | Main Index | Thread Index | Old Index