Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips Include opt_cputype.h.
details: https://anonhg.NetBSD.org/src/rev/d596ee784c80
branches: trunk
changeset: 486394:d596ee784c80
user: soren <soren%NetBSD.org@localhost>
date: Sun May 21 03:23:15 2000 +0000
description:
Include opt_cputype.h.
diffstat:
sys/arch/mips/include/locore.h | 3 ++-
sys/arch/mips/mips/locore_mips1.S | 3 ++-
sys/arch/mips/mips/locore_mips3.S | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r d2f84f4551c3 -r d596ee784c80 sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h Sun May 21 02:51:58 2000 +0000
+++ b/sys/arch/mips/include/locore.h Sun May 21 03:23:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.31 2000/05/10 01:34:13 nisimura Exp $ */
+/* $NetBSD: locore.h,v 1.32 2000/05/21 03:23:15 soren Exp $ */
/*
* Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -38,6 +38,7 @@
#define _MIPS_LOCORE_H
#ifndef _LKM
+#include "opt_cputype.h"
#include "opt_mips_cache.h"
#endif
diff -r d2f84f4551c3 -r d596ee784c80 sys/arch/mips/mips/locore_mips1.S
--- a/sys/arch/mips/mips/locore_mips1.S Sun May 21 02:51:58 2000 +0000
+++ b/sys/arch/mips/mips/locore_mips1.S Sun May 21 03:23:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore_mips1.S,v 1.31 2000/05/10 01:34:14 nisimura Exp $ */
+/* $NetBSD: locore_mips1.S,v 1.32 2000/05/21 03:23:16 soren Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -52,6 +52,7 @@
*
* @(#)locore.s 8.5 (Berkeley) 1/4/94
*/
+#include "opt_cputype.h"
#include "opt_ddb.h"
#include <mips/asm.h>
#include <mips/cpuregs.h>
diff -r d2f84f4551c3 -r d596ee784c80 sys/arch/mips/mips/locore_mips3.S
--- a/sys/arch/mips/mips/locore_mips3.S Sun May 21 02:51:58 2000 +0000
+++ b/sys/arch/mips/mips/locore_mips3.S Sun May 21 03:23:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore_mips3.S,v 1.28 2000/05/17 12:44:48 soren Exp $ */
+/* $NetBSD: locore_mips3.S,v 1.29 2000/05/21 03:23:16 soren Exp $ */
/*
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -84,6 +84,7 @@
*
* @(#)locore.s 8.5 (Berkeley) 1/4/94
*/
+#include "opt_cputype.h"
#include "opt_ddb.h"
#include <sys/cdefs.h>
Home |
Main Index |
Thread Index |
Old Index