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 90db024 commit a843d00Copy full SHA for a843d00
arch/mips/power/hibernate.S
@@ -30,6 +30,8 @@ LEAF(swsusp_arch_suspend)
30
END(swsusp_arch_suspend)
31
32
LEAF(swsusp_arch_resume)
33
+ /* Avoid TLB mismatch during and after kernel resume */
34
+ jal local_flush_tlb_all
35
PTR_L t0, restore_pblist
36
0:
37
PTR_L t1, PBE_ADDRESS(t0) /* source */
@@ -43,7 +45,6 @@ LEAF(swsusp_arch_resume)
43
45
bne t1, t3, 1b
44
46
PTR_L t0, PBE_NEXT(t0)
47
bnez t0, 0b
- jal local_flush_tlb_all /* Avoid TLB mismatch after kernel resume */
48
PTR_LA t0, saved_regs
49
PTR_L ra, PT_R31(t0)
50
PTR_L sp, PT_R29(t0)
0 commit comments