From 4409821b2e81407644e81a02b369fd601bf1fd28 Mon Sep 17 00:00:00 2001 From: jhibbits Date: Wed, 8 Apr 2015 00:31:33 +0000 Subject: [PATCH] Unbreak book-e, broken by the trap.c merge (missed this file). --- sys/powerpc/booke/locore.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/powerpc/booke/locore.S b/sys/powerpc/booke/locore.S index 37860e52dae..34f0b6f06b3 100644 --- a/sys/powerpc/booke/locore.S +++ b/sys/powerpc/booke/locore.S @@ -722,12 +722,10 @@ setfault: lwz %r4, TD_PCB(%r2) stw %r3, PCB_ONFAULT(%r4) mfcr %r10 - mfctr %r11 - mfxer %r12 stw %r0, 0(%r3) stw %r1, 4(%r3) stw %r2, 8(%r3) - stmw %r10, 12(%r3) /* store CR, CTR, XER, [r13 .. r31] */ + stmw %r13, 12(%r3) /* store CR, CTR, XER, [r13 .. r31] */ li %r3, 0 /* return FALSE */ blr -- 2.45.0