Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Move <mips/locore.h> lower



details:   https://anonhg.NetBSD.org/src/rev/530e9422ce5d
branches:  trunk
changeset: 339096:530e9422ce5d
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 26 21:58:53 2015 +0000

description:
Move <mips/locore.h> lower

diffstat:

 sys/arch/mips/mips/core_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 58865e8c05c2 -r 530e9422ce5d sys/arch/mips/mips/core_machdep.c
--- a/sys/arch/mips/mips/core_machdep.c Fri Jun 26 21:57:25 2015 +0000
+++ b/sys/arch/mips/mips/core_machdep.c Fri Jun 26 21:58:53 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: core_machdep.c,v 1.7 2014/01/01 18:57:15 dsl Exp $     */
+/*     $NetBSD: core_machdep.c,v 1.8 2015/06/26 21:58:53 matt Exp $    */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.7 2014/01/01 18:57:15 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.8 2015/06/26 21:58:53 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -53,10 +53,10 @@
 
 #include <uvm/uvm_extern.h>
 
+#include <mips/locore.h>
 #include <mips/pcb.h>
 #include <mips/cache.h>
 #include <mips/regnum.h>
-#include <mips/locore.h>
 #include <mips/pte.h>
 #include <mips/psl.h>
 



Home | Main Index | Thread Index | Old Index