Module Name:    src
Committed By:   uebayasi
Date:           Mon Nov 15 06:22:13 UTC 2010

Modified Files:
        src/sys/arch/ews4800mips/ews4800mips: interrupt.c

Log Message:
struct cpu_info * deref needs sys/cpu.h.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ews4800mips/ews4800mips/interrupt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ews4800mips/ews4800mips/interrupt.c
diff -u src/sys/arch/ews4800mips/ews4800mips/interrupt.c:1.5 src/sys/arch/ews4800mips/ews4800mips/interrupt.c:1.6
--- src/sys/arch/ews4800mips/ews4800mips/interrupt.c:1.5	Mon Dec 14 00:46:03 2009
+++ src/sys/arch/ews4800mips/ews4800mips/interrupt.c	Mon Nov 15 06:22:13 2010
@@ -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 */
 

Reply via email to