]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/8xx: Fixing issue with CONFIG_PIN_TLB
authorLEROY Christophe <christophe.leroy@c-s.fr>
Tue, 24 Sep 2013 08:18:39 +0000 (10:18 +0200)
committerScott Wood <scottwood@freescale.com>
Tue, 29 Oct 2013 02:11:21 +0000 (21:11 -0500)
Activating CONFIG_PIN_TLB is supposed to pin the IMMR and the first
three 8Mbytes pages.  But the setting of MD_CTR to a pinnable entry was
missing before the pinning of the third 8Mb page.  As the index is
decremented module 28 (MD_RSV4D is set) after every DTLB update, the
third 8Mbytes page was not pinned.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/head_8xx.S

index 1b92a97b1b046d3721c9aed9912775de27dccd6d..7ee876d2adb57c6cc1e78d1d3204ab240238c02d 100644 (file)
@@ -858,6 +858,9 @@ initial_mmu:
        addis   r11, r11, 0x0080        /* Add 8M */
        mtspr   SPRN_MD_RPN, r11
 
+       addi    r10, r10, 0x0100
+       mtspr   SPRN_MD_CTR, r10
+
        addis   r8, r8, 0x0080          /* Add 8M */
        mtspr   SPRN_MD_EPN, r8
        mtspr   SPRN_MD_TWC, r9