Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/malta/dev #include <mips/cpuregs.h>



details:   https://anonhg.NetBSD.org/src/rev/dc7f8d4bc748
branches:  trunk
changeset: 808909:dc7f8d4bc748
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jun 07 07:19:21 2015 +0000

description:
#include <mips/cpuregs.h>

diffstat:

 sys/arch/evbmips/malta/dev/gt.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r acddf7517436 -r dc7f8d4bc748 sys/arch/evbmips/malta/dev/gt.c
--- a/sys/arch/evbmips/malta/dev/gt.c   Sun Jun 07 07:14:47 2015 +0000
+++ b/sys/arch/evbmips/malta/dev/gt.c   Sun Jun 07 07:19:21 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gt.c,v 1.13 2011/06/06 17:13:05 matt Exp $     */
+/*     $NetBSD: gt.c,v 1.14 2015/06/07 07:19:21 matt Exp $     */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.13 2011/06/06 17:13:05 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.14 2015/06/07 07:19:21 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -44,6 +44,8 @@
 
 #include <dev/pci/pcivar.h>
 
+#include <mips/cpuregs.h>
+
 #include <evbmips/malta/maltareg.h>
 #include <evbmips/malta/maltavar.h>
 



Home | Main Index | Thread Index | Old Index