Date: Tue, 19 Sep 2006 21:42:35 GMT From: Suleiman Souhlal <ssouhlal@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 106363 for review Message-ID: <200609192142.k8JLgZVW014149@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106363 Change 106363 by ssouhlal@ssouhlal-maho on 2006/09/19 21:41:44 Don't switch to 64bit mode when we're done handling a generic exception. Affected files ... .. //depot/projects/mips2/src/sys/mips/mips/exception.S#9 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/mips/exception.S#9 (text+ko) ==== @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/mips2/src/sys/mips/mips/exception.S#8 $ + * $P4: //depot/projects/mips2/src/sys/mips/mips/exception.S#9 $ */ #include "opt_ddb.h" @@ -167,8 +167,6 @@ * having a clean go at restoring. */ mtc0 zero, MIPS_COP_0_CAUSE - li t0, MIPS_SR_KX - mtc0 t0, MIPS_COP_0_STATUS move k1, sp jal exception_restore_registers
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609192142.k8JLgZVW014149>