PERFORCE change 135042 for review

Warner Losh imp at FreeBSD.org
Fri Feb 8 08:33:37 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135042

Change 135042 by imp at imp_lighthouse on 2008/02/08 16:32:57

	Add a panic on a bad page fault for now.  This will let us examine
	what is going wrong.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/trap.c#11 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/trap.c#11 (text+ko) ====

@@ -1677,7 +1677,7 @@
       log(LOG_ERR, "pc address 0x%x is inaccessible, pde = 0x%p, pte = 0x%lx\n",
 		    pc, *pdep, ptep ? *ptep : 0);
 	}
-
+	panic("Bad trap");
 }
 
 


More information about the p4-projects mailing list