Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2008 16:33:36 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135042 for review
Message-ID:  <200802081633.m18GXa81067929@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135042

Change 135042 by imp@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");
 }
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802081633.m18GXa81067929>