Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 362957c2 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

powerpc/40x: Clear MSR_DR in one insn instead of two

parent 92aa2fe0
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -244,8 +244,7 @@ _GLOBAL(_nmask_and_or_msr)
 */
_GLOBAL(real_readb)
	mfmsr	r7
	ori	r0,r7,MSR_DR
	xori	r0,r0,MSR_DR
	rlwinm	r0,r7,0,~MSR_DR
	sync
	mtmsr	r0
	sync
@@ -262,8 +261,7 @@ _GLOBAL(real_readb)
 */
_GLOBAL(real_writeb)
	mfmsr	r7
	ori	r0,r7,MSR_DR
	xori	r0,r0,MSR_DR
	rlwinm	r0,r7,0,~MSR_DR
	sync
	mtmsr	r0
	sync