Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/hpcmips curlwp needs sys/lwp.h.



details:   https://anonhg.NetBSD.org/src/rev/473b66477fa2
branches:  trunk
changeset: 758767:473b66477fa2
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Nov 15 06:25:42 2010 +0000

description:
curlwp needs sys/lwp.h.

diffstat:

 sys/arch/hpcmips/hpcmips/machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a53dfffd0992 -r 473b66477fa2 sys/arch/hpcmips/hpcmips/machdep.c
--- a/sys/arch/hpcmips/hpcmips/machdep.c        Mon Nov 15 06:24:53 2010 +0000
+++ b/sys/arch/hpcmips/hpcmips/machdep.c        Mon Nov 15 06:25:42 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.111 2010/03/02 21:17:31 pooka Exp $      */
+/*     $NetBSD: machdep.c,v 1.112 2010/11/15 06:25:42 uebayasi Exp $   */
 
 /*-
  * Copyright (c) 1999 Shin Takemura, All rights reserved.
@@ -108,7 +108,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.111 2010/03/02 21:17:31 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.112 2010/11/15 06:25:42 uebayasi Exp $");
 
 #include "opt_vr41xx.h"
 #include "opt_tx39xx.h"
@@ -135,6 +135,7 @@
 #include <sys/boot_flag.h>
 #include <sys/ksyms.h>
 #include <sys/device.h>
+#include <sys/lwp.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index