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 3934da1 commit 230281eCopy full SHA for 230281e
arch/powerpc/kernel/head_8xx.S
@@ -788,7 +788,7 @@ _GLOBAL(mmu_pin_tlb)
788
cmplw r6, r9
789
bdnzt lt, 2b
790
791
-4: LOAD_REG_IMMEDIATE(r8, 0xf0 | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT)
+4: LOAD_REG_IMMEDIATE(r8, 0xf0 | _PAGE_DIRTY | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT)
792
2: ori r0, r6, MD_EVALID
793
mtspr SPRN_MD_CTR, r5
794
mtspr SPRN_MD_EPN, r0
0 commit comments