svn commit: r281242 - head/sys/powerpc/booke

Justin Hibbits jhibbits at FreeBSD.org
Wed Apr 8 00:31:34 UTC 2015


Author: jhibbits
Date: Wed Apr  8 00:31:33 2015
New Revision: 281242
URL: https://svnweb.freebsd.org/changeset/base/281242

Log:
  Unbreak book-e, broken by the trap.c merge (missed this file).

Modified:
  head/sys/powerpc/booke/locore.S

Modified: head/sys/powerpc/booke/locore.S
==============================================================================
--- head/sys/powerpc/booke/locore.S	Wed Apr  8 00:13:17 2015	(r281241)
+++ head/sys/powerpc/booke/locore.S	Wed Apr  8 00:31:33 2015	(r281242)
@@ -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
 


More information about the svn-src-all mailing list