Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcsh/hpcsh sys/lwp.h for lwp0, sh3/proc.h for sh_p...



details:   https://anonhg.NetBSD.org/src/rev/c68f4304b157
branches:  trunk
changeset: 758769:c68f4304b157
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Nov 15 06:30:04 2010 +0000

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

diffstat:

 sys/arch/hpcsh/hpcsh/machdep.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 02c3385110ef -r c68f4304b157 sys/arch/hpcsh/hpcsh/machdep.c
--- a/sys/arch/hpcsh/hpcsh/machdep.c    Mon Nov 15 06:26:58 2010 +0000
+++ b/sys/arch/hpcsh/hpcsh/machdep.c    Mon Nov 15 06:30:04 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index