Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt/stand/boot #include <mips/cpuregs.h>



details:   https://anonhg.NetBSD.org/src/rev/7e6a910dd0aa
branches:  trunk
changeset: 339047:7e6a910dd0aa
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jun 23 20:27:28 2015 +0000

description:
#include <mips/cpuregs.h>

diffstat:

 sys/arch/cobalt/stand/boot/boot.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 41ef161a0e37 -r 7e6a910dd0aa sys/arch/cobalt/stand/boot/boot.h
--- a/sys/arch/cobalt/stand/boot/boot.h Tue Jun 23 19:22:56 2015 +0000
+++ b/sys/arch/cobalt/stand/boot/boot.h Tue Jun 23 20:27:28 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot.h,v 1.12 2008/05/29 14:25:01 tsutsui Exp $        */
+/*     $NetBSD: boot.h,v 1.13 2015/06/23 20:27:28 matt Exp $   */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -26,6 +26,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <mips/cpuregs.h>
+
 #if defined(_DEBUG)
 #define DPRINTF(x)     printf x;
 #else



Home | Main Index | Thread Index | Old Index