From: Nicholas Piggin Date: Fri, 11 Aug 2017 16:39:05 +0000 (+1000) Subject: powerpc/64: Remove redundant instruction in interrupt replay X-Git-Tag: v4.14-rc1~119^2~166 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccd5eb837c4dc4012023b723e84a6531b5c4bbac;p=platform%2Fkernel%2Flinux-rpi.git powerpc/64: Remove redundant instruction in interrupt replay Signed-off-by: Nicholas Piggin Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/kernel/entry_64.S b/arch/powerpc/kernel/entry_64.S index e7bff7f..55e9d03 100644 --- a/arch/powerpc/kernel/entry_64.S +++ b/arch/powerpc/kernel/entry_64.S @@ -971,7 +971,6 @@ END_FTR_SECTION_IFSET(CPU_FTR_HAS_PPR) bne 1f addi r3,r1,STACK_FRAME_OVERHEAD; bl doorbell_exception - b ret_from_except #endif /* CONFIG_PPC_DOORBELL */ 1: b ret_from_except /* What else to do here ? */