Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips struct cpu_info * deref needs sys/cpu.h.



details:   https://anonhg.NetBSD.org/src/rev/02c3385110ef
branches:  trunk
changeset: 758768:02c3385110ef
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Nov 15 06:26:58 2010 +0000

description:
struct cpu_info * deref needs sys/cpu.h.

diffstat:

 sys/arch/hpcmips/tx/tx39icu.c |  5 +++--
 sys/arch/hpcmips/vr/vr.c      |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 473b66477fa2 -r 02c3385110ef sys/arch/hpcmips/tx/tx39icu.c
--- a/sys/arch/hpcmips/tx/tx39icu.c     Mon Nov 15 06:25:42 2010 +0000
+++ b/sys/arch/hpcmips/tx/tx39icu.c     Mon Nov 15 06:26:58 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tx39icu.c,v 1.25 2008/04/28 20:23:21 martin Exp $ */
+/*     $NetBSD: tx39icu.c,v 1.26 2010/11/15 06:26:58 uebayasi Exp $ */
 
 /*-
  * Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tx39icu.c,v 1.25 2008/04/28 20:23:21 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tx39icu.c,v 1.26 2010/11/15 06:26:58 uebayasi Exp $");
 
 #include "opt_vr41xx.h"
 #include "opt_tx39xx.h"
@@ -44,6 +44,7 @@
 #include <sys/device.h>
 #include <sys/malloc.h>
 #include <sys/queue.h>
+#include <sys/cpu.h>
 
 #include <uvm/uvm_extern.h>
 
diff -r 473b66477fa2 -r 02c3385110ef sys/arch/hpcmips/vr/vr.c
--- a/sys/arch/hpcmips/vr/vr.c  Mon Nov 15 06:25:42 2010 +0000
+++ b/sys/arch/hpcmips/vr/vr.c  Mon Nov 15 06:26:58 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vr.c,v 1.56 2010/04/10 22:53:59 jun Exp $      */
+/*     $NetBSD: vr.c,v 1.57 2010/11/15 06:27:41 uebayasi Exp $ */
 
 /*-
  * Copyright (c) 1999-2002
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vr.c,v 1.56 2010/04/10 22:53:59 jun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vr.c,v 1.57 2010/11/15 06:27:41 uebayasi Exp $");
 
 #include "opt_vr41xx.h"
 #include "opt_tx39xx.h"
@@ -46,6 +46,7 @@
 #include <sys/reboot.h>
 #include <sys/device.h>
 #include <sys/bus.h>
+#include <sys/cpu.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index