Module Name: src
Committed By: dyoung
Date: Mon Jul 25 16:02:25 UTC 2011
Modified Files:
src/sys/arch/sh3/sh3: sh3_machdep.c
Log Message:
#include <sys/bus.h>. Should fix most of the SH3 ports.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/sh3/sh3/sh3_machdep.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/sh3/sh3/sh3_machdep.c
diff -u src/sys/arch/sh3/sh3/sh3_machdep.c:1.93 src/sys/arch/sh3/sh3/sh3_machdep.c:1.94
--- src/sys/arch/sh3/sh3/sh3_machdep.c:1.93 Wed Jul 20 21:30:13 2011
+++ src/sys/arch/sh3/sh3/sh3_machdep.c Mon Jul 25 16:02:25 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: sh3_machdep.c,v 1.93 2011/07/20 21:30:13 dyoung Exp $ */
+/* $NetBSD: sh3_machdep.c,v 1.94 2011/07/25 16:02:25 dyoung Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2002 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sh3_machdep.c,v 1.93 2011/07/20 21:30:13 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sh3_machdep.c,v 1.94 2011/07/25 16:02:25 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -89,6 +89,7 @@
#include <sys/syscallargs.h>
#include <sys/ucontext.h>
#include <sys/cpu.h>
+#include <sys/bus.h>
#ifdef KGDB
#include <sys/kgdb.h>