--- zzzz-none-000/linux-3.10.107/arch/powerpc/kernel/jump_label.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/powerpc/kernel/jump_label.c 2021-02-04 17:41:59.000000000 +0000 @@ -17,7 +17,7 @@ { u32 *addr = (u32 *)(unsigned long)entry->code; - if (type == JUMP_LABEL_ENABLE) + if (type == JUMP_LABEL_JMP) patch_branch(addr, entry->target, 0); else patch_instruction(addr, PPC_INST_NOP);