PERFORCE change 32462 for review
    Juli Mallett 
    jmallett at FreeBSD.org
       
    Tue Jun  3 00:11:20 PDT 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=32462
Change 32462 by jmallett at jmallett_dalek on 2003/06/03 00:10:56
	Call into pmap on TLBMod.
Affected files ...
.. //depot/projects/mips/sys/mips/mips/trap.c#7 edit
Differences ...
==== //depot/projects/mips/sys/mips/mips/trap.c#7 (text+ko) ====
@@ -109,6 +109,10 @@
 		kdb_trap(code, tf);
 		break;
 #endif
+	case T_TLB_MOD:
+		/* XXX Kernel only. */
+		pmap_tlb_modified(badvaddr);
+		return;
 	default:
 		goto dopanic;
 	}
    
    
More information about the p4-projects
mailing list