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 Oops, sort header again. My bad...



details:   https://anonhg.NetBSD.org/src/rev/62c7d8801fe4
branches:  trunk
changeset: 744986:62c7d8801fe4
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Feb 20 06:36:04 2020 +0000

description:
Oops, sort header again. My bad...

diffstat:

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

diffs (30 lines):

diff -r c4a78d8b7ca5 -r 62c7d8801fe4 sys/arch/powerpc/ibm4xx/trap.c
--- a/sys/arch/powerpc/ibm4xx/trap.c    Thu Feb 20 06:12:47 2020 +0000
+++ b/sys/arch/powerpc/ibm4xx/trap.c    Thu Feb 20 06:36:04 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.73 2020/02/20 05:57:49 rin Exp $    */
+/*     $NetBSD: trap.c,v 1.74 2020/02/20 06:36:04 rin Exp $    */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.73 2020/02/20 05:57:49 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.74 2020/02/20 06:36:04 rin Exp $");
 
 #include "opt_altivec.h"
 #include "opt_ddb.h"
@@ -96,10 +96,10 @@
 #include <machine/pcb.h>
 #include <machine/psl.h>
 #include <machine/trap.h>
-#include <powerpc/userret.h>
 
 #include <powerpc/db_machdep.h>
 #include <powerpc/spr.h>
+#include <powerpc/userret.h>
 
 #include <powerpc/ibm4xx/cpu.h>
 #include <powerpc/ibm4xx/pmap.h>



Home | Main Index | Thread Index | Old Index