~kris/9p

9hist

6fbc285ce8a3ddf4747c8abd840d5af5d5a674a5 — David du Colombier 35 years ago 02d0f7d
Plan 9 from Bell Labs 1991-09-16
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/dat.h
M pc/dat.h => pc/dat.h +1 -1
@@ 104,7 104,7 @@ struct PMMU
{
	int	mmuvalid;
	Page	*mmu[MAXMMU+MAXSMMU];	/* bottom level page tables */
	ulong	mmue[MAXMMU+MAXSMMU];	/* top level pointers to mmup pages */
	ulong	mmue[MAXMMU+MAXSMMU];	/* top level pointers to mmu pages */
};

#include "../port/portdat.h"