Module Name:    src
Committed By:   uebayasi
Date:           Mon Nov 15 06:30:04 UTC 2010

Modified Files:
        src/sys/arch/hpcsh/hpcsh: machdep.c

Log Message:
sys/lwp.h for lwp0, sh3/proc.h for sh_proc0_init.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/hpcsh/hpcsh/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/hpcsh/hpcsh/machdep.c
diff -u src/sys/arch/hpcsh/hpcsh/machdep.c:1.73 src/sys/arch/hpcsh/hpcsh/machdep.c:1.74
--- src/sys/arch/hpcsh/hpcsh/machdep.c:1.73	Mon May  3 12:16:04 2010
+++ src/sys/arch/hpcsh/hpcsh/machdep.c	Mon Nov 15 06:30:04 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.73 2010/05/03 12:16:04 tsutsui Exp $	*/
+/*	$NetBSD: machdep.c,v 1.74 2010/11/15 06:30:04 uebayasi Exp $	*/
 
 /*-
  * Copyright (c) 2001, 2002, 2004 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.73 2010/05/03 12:16:04 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.74 2010/11/15 06:30:04 uebayasi Exp $");
 
 #include "opt_md.h"
 #include "opt_ddb.h"
@@ -44,6 +44,7 @@
 #include <sys/systm.h>
 #include <sys/kernel.h>
 #include <sys/device.h>
+#include <sys/lwp.h>
 
 #include <sys/reboot.h>
 #include <sys/mount.h>
@@ -62,6 +63,7 @@
 #include <sh3/cache.h>
 #include <sh3/clock.h>
 #include <sh3/intcreg.h>
+#include <sh3/proc.h>
 
 #ifdef KGDB
 #include <sys/kgdb.h>

Reply via email to