We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066bc35 commit 9eb425bCopy full SHA for 9eb425b
arch/powerpc/kernel/entry_32.S
@@ -783,15 +783,15 @@ fast_exception_return:
783
1: lis r3,exc_exit_restart_end@ha
784
addi r3,r3,exc_exit_restart_end@l
785
cmplw r12,r3
786
-#if CONFIG_PPC_BOOK3S_601
+#ifdef CONFIG_PPC_BOOK3S_601
787
bge 2b
788
#else
789
bge 3f
790
#endif
791
lis r4,exc_exit_restart@ha
792
addi r4,r4,exc_exit_restart@l
793
cmplw r12,r4
794
795
blt 2b
796
797
blt 3f
0 commit comments