]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/powerpc/kernel/head_fsl_booke.S
Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[mirror_ubuntu-jammy-kernel.git] / arch / powerpc / kernel / head_fsl_booke.S
index 9a2f4265e6d215e6ec3279cd86c75cbaef75b1ab..0a9a0f301474def511fdf130290d2a0bed6a9422 100644 (file)
@@ -79,7 +79,7 @@ _ENTRY(_start);
        mr      r23,r3
        mr      r25,r4
 
-       bl      0f
+       bcl     20,31,$+4
 0:     mflr    r8
        addis   r3,r8,(is_second_reloc - 0b)@ha
        lwz     r19,(is_second_reloc - 0b)@l(r3)
@@ -1132,7 +1132,7 @@ _GLOBAL(switch_to_as1)
        bne     1b
 
        /* Get the tlb entry used by the current running code */
-       bl      0f
+       bcl     20,31,$+4
 0:     mflr    r4
        tlbsx   0,r4
 
@@ -1166,7 +1166,7 @@ _GLOBAL(switch_to_as1)
 _GLOBAL(restore_to_as0)
        mflr    r0
 
-       bl      0f
+       bcl     20,31,$+4
 0:     mflr    r9
        addi    r9,r9,1f - 0b