Note new location of pte.h.

This commit is contained in:
mycroft 1993-08-14 14:26:19 +00:00
parent 395c4e2bed
commit e1d0c2d3a6
6 changed files with 12 additions and 13 deletions

View File

@ -31,10 +31,10 @@
* SUCH DAMAGE.
*
* from: @(#)Locore.c 7.4 (Berkeley) 5/7/91
* $Id: Locore.c,v 1.2 1993/05/22 07:57:08 cgd Exp $
* $Id: Locore.c,v 1.3 1993/08/14 14:29:06 mycroft Exp $
*/
#include "../includepte.h"
#include "../include/pte.h"
#include "../includecpu.h"
#include "sys/param.h"

View File

@ -37,7 +37,7 @@
*
* from: Utah Hdr: autoconf.c 1.31 91/01/21
* from: @(#)autoconf.c 7.5 (Berkeley) 5/7/91
* $Id: autoconf.c,v 1.5 1993/08/01 19:24:36 mycroft Exp $
* $Id: autoconf.c,v 1.6 1993/08/14 14:26:19 mycroft Exp $
*/
/*
@ -59,7 +59,7 @@
#include "../include/vmparam.h"
#include "../include/cpu.h"
#include "pte.h"
#include "../include/pte.h"
#include "isr.h"
#include "../dev/device.h"
#include "../dev/grfioctl.h"

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)genassym.c 7.8 (Berkeley) 5/7/91
* $Id: genassym.c,v 1.3 1993/05/27 11:37:20 deraadt Exp $
* $Id: genassym.c,v 1.4 1993/08/14 14:29:07 mycroft Exp $
*/
#include "sys/param.h"
@ -44,11 +44,11 @@
#include "../include/trap.h"
#include "../include/psl.h"
#include "../include/reg.h"
#include "../include/pte.h"
#include "clockreg.h"
#include "sys/syscall.h"
#include "vm/vm.h"
#include "sys/user.h"
#include "pte.h"
main()
{

View File

@ -37,7 +37,7 @@
*
* from: Utah Hdr: machdep.c 1.63 91/04/24
* from: @(#)machdep.c 7.16 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.7 1993/08/08 00:11:06 mycroft Exp $
* $Id: machdep.c,v 1.8 1993/08/14 14:29:09 mycroft Exp $
*/
#include "param.h"
@ -67,8 +67,8 @@
#include "../include/cpu.h"
#include "../include/reg.h"
#include "../include/psl.h"
#include "../include/pte.h"
#include "isr.h"
#include "pte.h"
#include "net/netisr.h"
#define MAXMEM 64*1024*CLSIZE /* XXX - from cmap.h */

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.5 (Berkeley) 5/10/91
* $Id: pmap.c,v 1.2 1993/05/22 07:57:40 cgd Exp $
* $Id: pmap.c,v 1.3 1993/08/14 14:29:10 mycroft Exp $
*/
/*
@ -80,14 +80,13 @@
#include "malloc.h"
#include "user.h"
#include "pte.h"
#include "vm/vm.h"
#include "vm/vm_kern.h"
#include "vm/vm_page.h"
#include "vm/vm_statistics.h"
#include "../include/cpu.h"
#include "../include/pte.h"
/*
* Allocate various and sundry SYSMAPs used in the days of old VM

View File

@ -37,7 +37,7 @@
*
* from: Utah Hdr: vm_machdep.c 1.21 91/04/06
* from: @(#)vm_machdep.c 7.10 (Berkeley) 5/7/91
* $Id: vm_machdep.c,v 1.4 1993/08/01 19:24:49 mycroft Exp $
* $Id: vm_machdep.c,v 1.5 1993/08/14 14:29:11 mycroft Exp $
*/
#include "param.h"
@ -48,10 +48,10 @@
#include "user.h"
#include "../include/cpu.h"
#include "../include/pte.h"
#include "vm/vm.h"
#include "vm/vm_kern.h"
#include "pte.h"
/*
* Finish a fork operation, with process p2 nearly set up.