Module Name: src
Committed By: matt
Date: Fri Jun 26 21:58:53 UTC 2015
Modified Files:
src/sys/arch/mips/mips: core_machdep.c
Log Message:
Move <mips/locore.h> lower
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/mips/core_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/core_machdep.c
diff -u src/sys/arch/mips/mips/core_machdep.c:1.7 src/sys/arch/mips/mips/core_machdep.c:1.8
--- src/sys/arch/mips/mips/core_machdep.c:1.7 Wed Jan 1 18:57:15 2014
+++ src/sys/arch/mips/mips/core_machdep.c Fri Jun 26 21:58:53 2015
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: core_machdep
#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>