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

1993/0812/power/mmu.c (diff list | history)

1993/0806/sys/src/9/power/mmu.c:70,761993/0812/sys/src/9/power/mmu.c:70,76 (short | long | prev | next)
1990/0227    
	splhi(); 
1991/0705    
 
	ctl = &pg->cachectl[m->machno];  
1993/0806    
	if(*ctl & PG_TXTFLUSH) { 
1993/0812    
	if(*ctl == PG_TXTFLUSH) { 
1991/0705    
		dcflush((void*)pg->pa, BY2PG); 
		icflush((void*)pg->pa, BY2PG); 
1993/0806    
		*ctl &= ~PG_TXTFLUSH; 


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