Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/amd64 struct lwp * and struct proc * derefs.



details:   https://anonhg.NetBSD.org/src/rev/52eb89893e8d
branches:  trunk
changeset: 758762:52eb89893e8d
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Nov 15 06:12:28 2010 +0000

description:
struct lwp * and struct proc * derefs.

diffstat:

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

diffs (27 lines):

diff -r 04abb77b976c -r 52eb89893e8d sys/arch/amd64/amd64/machdep.c
--- a/sys/arch/amd64/amd64/machdep.c    Mon Nov 15 06:08:32 2010 +0000
+++ b/sys/arch/amd64/amd64/machdep.c    Mon Nov 15 06:12:28 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.156 2010/11/12 13:18:56 uebayasi Exp $   */
+/*     $NetBSD: machdep.c,v 1.157 2010/11/15 06:12:28 uebayasi Exp $   */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008
@@ -107,7 +107,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.156 2010/11/12 13:18:56 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.157 2010/11/15 06:12:28 uebayasi Exp $");
 
 /* #define XENDEBUG_LOW  */
 
@@ -148,6 +148,8 @@
 #include <sys/syscallargs.h>
 #include <sys/ksyms.h>
 #include <sys/device.h>
+#include <sys/lwp.h>
+#include <sys/proc.h>
 
 #ifdef KGDB
 #include <sys/kgdb.h>



Home | Main Index | Thread Index | Old Index