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 #include <mips/cpuregs.h>



details:   https://anonhg.NetBSD.org/src/rev/4804252143a7
branches:  trunk
changeset: 338793:4804252143a7
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 08 16:25:29 2015 +0000

description:
#include <mips/cpuregs.h>

diffstat:

 sys/arch/mips/mips/fp.S |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 447737fe9fcd -r 4804252143a7 sys/arch/mips/mips/fp.S
--- a/sys/arch/mips/mips/fp.S   Mon Jun 08 15:04:20 2015 +0000
+++ b/sys/arch/mips/mips/fp.S   Mon Jun 08 16:25:29 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fp.S,v 1.45 2015/06/07 06:07:49 matt Exp $     */
+/*     $NetBSD: fp.S,v 1.46 2015/06/08 16:25:29 matt Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -38,6 +38,7 @@
 
 #include <mips/asm.h>
 #include <mips/trap.h>
+#include <mips/cpuregs.h>
 
 #include "assym.h"
 



Home | Main Index | Thread Index | Old Index