Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/6073603195cb
branches:  trunk
changeset: 758759:6073603195cb
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Nov 15 06:06:51 2010 +0000

description:
struct proc * and struct lwp * derefs.

diffstat:

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

diffs (25 lines):

diff -r b177edbc7a65 -r 6073603195cb sys/arch/acorn26/acorn26/pmap.c
--- a/sys/arch/acorn26/acorn26/pmap.c   Mon Nov 15 06:05:27 2010 +0000
+++ b/sys/arch/acorn26/acorn26/pmap.c   Mon Nov 15 06:06:51 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.32 2010/11/12 12:48:49 uebayasi Exp $ */
+/* $NetBSD: pmap.c,v 1.33 2010/11/15 06:06:51 uebayasi Exp $ */
 /*-
  * Copyright (c) 1997, 1998, 2000 Ben Harris
  * All rights reserved.
@@ -102,12 +102,14 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.32 2010/11/12 12:48:49 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.33 2010/11/15 06:06:51 uebayasi Exp $");
 
 #include <sys/kernel.h> /* for cold */
 #include <sys/malloc.h>
 #include <sys/pool.h>
 #include <sys/systm.h>
+#include <sys/lwp.h>
+#include <sys/proc.h>
 
 #include <uvm/uvm.h>
 #include <uvm/uvm_stat.h>



Home | Main Index | Thread Index | Old Index