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 c8e0d27 commit 90b4bacCopy full SHA for 90b4bac
arch/powerpc/kernel/head_8xx.S
@@ -755,7 +755,7 @@ _GLOBAL(mmu_pin_tlb)
755
cmplw r6, r9
756
bdnzt lt, 2b
757
758
-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)
759
2: ori r0, r6, MD_EVALID
760
mtspr SPRN_MD_CTR, r5
761
mtspr SPRN_MD_EPN, r0
0 commit comments