Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ews4800mips/ews4800mips struct cpu_info * deref nee...



details:   https://anonhg.NetBSD.org/src/rev/f257a60ea8da
branches:  trunk
changeset: 758765:f257a60ea8da
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Nov 15 06:22:13 2010 +0000

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

diffstat:

 sys/arch/ews4800mips/ews4800mips/interrupt.c |  5 +++--
 sys/arch/ews4800mips/ews4800mips/tr2.c       |  5 +++--
 sys/arch/ews4800mips/ews4800mips/tr2a.c      |  5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (74 lines):

diff -r c075b6251f6c -r f257a60ea8da sys/arch/ews4800mips/ews4800mips/interrupt.c
--- a/sys/arch/ews4800mips/ews4800mips/interrupt.c      Mon Nov 15 06:14:02 2010 +0000
+++ b/sys/arch/ews4800mips/ews4800mips/interrupt.c      Mon Nov 15 06:22:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: interrupt.c,v 1.5 2009/12/14 00:46:03 matt Exp $       */
+/*     $NetBSD: interrupt.c,v 1.6 2010/11/15 06:22:13 uebayasi Exp $   */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -30,10 +30,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.5 2009/12/14 00:46:03 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.6 2010/11/15 06:22:13 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/intr.h>
+#include <sys/cpu.h>
 
 #include <uvm/uvm_extern.h>    /* uvmexp.intrs */
 
diff -r c075b6251f6c -r f257a60ea8da sys/arch/ews4800mips/ews4800mips/tr2.c
--- a/sys/arch/ews4800mips/ews4800mips/tr2.c    Mon Nov 15 06:14:02 2010 +0000
+++ b/sys/arch/ews4800mips/ews4800mips/tr2.c    Mon Nov 15 06:22:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tr2.c,v 1.3 2008/04/28 20:23:18 martin Exp $   */
+/*     $NetBSD: tr2.c,v 1.4 2010/11/15 06:23:05 uebayasi Exp $ */
 
 /*-
  * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tr2.c,v 1.3 2008/04/28 20:23:18 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tr2.c,v 1.4 2010/11/15 06:23:05 uebayasi Exp $");
 
 #include "fb_sbdio.h"
 #include "kbms_sbdio.h"
@@ -41,6 +41,7 @@
 #include <sys/systm.h>
 #include <sys/conf.h>
 #include <sys/device.h>
+#include <sys/cpu.h>
 
 #include <uvm/uvm_extern.h>
 
diff -r c075b6251f6c -r f257a60ea8da sys/arch/ews4800mips/ews4800mips/tr2a.c
--- a/sys/arch/ews4800mips/ews4800mips/tr2a.c   Mon Nov 15 06:14:02 2010 +0000
+++ b/sys/arch/ews4800mips/ews4800mips/tr2a.c   Mon Nov 15 06:22:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tr2a.c,v 1.3 2008/04/28 20:23:18 martin Exp $  */
+/*     $NetBSD: tr2a.c,v 1.4 2010/11/15 06:23:05 uebayasi Exp $        */
 
 /*-
  * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tr2a.c,v 1.3 2008/04/28 20:23:18 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tr2a.c,v 1.4 2010/11/15 06:23:05 uebayasi Exp $");
 
 #include "fb_sbdio.h"
 #include "kbms_sbdio.h"
@@ -41,6 +41,7 @@
 #include <sys/systm.h>
 #include <sys/conf.h>
 #include <sys/device.h>
+#include <sys/cpu.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index