Module Name: src
Committed By: christos
Date: Mon Apr 21 19:12:11 UTC 2014
Modified Files:
src/sys/arch/i386/include: pmap.h
Log Message:
forward decl for struct pcb.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/i386/include/pmap.h
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/i386/include/pmap.h
diff -u src/sys/arch/i386/include/pmap.h:1.116 src/sys/arch/i386/include/pmap.h:1.117
--- src/sys/arch/i386/include/pmap.h:1.116 Mon Mar 18 12:32:32 2013
+++ src/sys/arch/i386/include/pmap.h Mon Apr 21 15:12:11 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.116 2013/03/18 16:32:32 para Exp $ */
+/* $NetBSD: pmap.h,v 1.117 2014/04/21 19:12:11 christos Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -402,6 +402,7 @@ pmap_pte_flush(void)
struct vm_map;
struct trapframe;
+struct pcb;
int pmap_exec_fixup(struct vm_map *, struct trapframe *, struct pcb *);
void pmap_ldt_cleanup(struct lwp *);