plan 9 kernel history: overview | file list | diff list

2000/0902/bitsy/mmu.c (diff list | history)

bitsy/mmu.c on 2000/0902
2000/0902    
#include	"u.h" 
#include	"../port/lib.h" 
#include	"mem.h" 
#include	"dat.h" 
#include	"fns.h" 
#include	"io.h" 
#include	"ureg.h" 
#include	"../port/error.h" 
 
void 
putmmu(ulong va, ulong pa, Page*) 
{ 
	USED(va, pa); 
} 
 
void 
mmurelease(Proc* proc) 
{ 
	USED(proc); 
} 
 
void 
mmuswitch(Proc* proc) 
{ 
	USED(proc); 
} 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)