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

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

powerpc/32: Remove unneccessary MSR[RI] clearing for 8xx



MSR[RI] has already been cleared a few lines above.

Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent e9952652
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -997,9 +997,6 @@ END_FTR_SECTION_IFSET(CPU_FTR_NEED_PAIRED_STWCX)
	.globl exc_exit_restart
exc_exit_restart:
	lwz	r12,_NIP(r1)
#if defined(CONFIG_PPC_8xx) && defined(CONFIG_PERF_EVENTS)
	mtspr	SPRN_NRI, r0
#endif
	mtspr	SPRN_SRR0,r12
	mtspr	SPRN_SRR1,r9
	REST_4GPRS(9, r1)