OSDN Git Service

powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 23 Aug 2019 09:56:21 +0000 (09:56 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 18 Nov 2019 11:27:52 +0000 (22:27 +1100)
commita2227a27774328507a5c2335a6dd600c079d1ff5
tree0dc5d7e43238c3fe65d26bcef49a37cd8b5f68e5
parent46ddcb3950a28c0df4815e8dbb8d4b91d5d9f22d
powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.

Commit d2f15e0979ee ("powerpc/32: always populate page tables for
Abatron BDI.") wrongly sets page tables for any PPC32 for using BDI,
and does't update them after init (remove RX on init section, set
text and rodata read-only)

Only the 8xx requires page tables to be populated for using the BDI.
They also need to be populated in order to see the mappings in
/sys/kernel/debug/kernel_page_tables

On BOOK3S_32, pages that are not mapped by page tables are mapped
by BATs. The BDI knows BATs and they can be viewed in
/sys/kernel/debug/powerpc/block_address_translation

Only set pagetables for RAM and IMMR on the 8xx and properly update
them at the end of init.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/c8610942203e0d93fcb02ad20c57edd3adb4c9d3.1566554029.git.christophe.leroy@c-s.fr
arch/powerpc/mm/nohash/8xx.c
arch/powerpc/mm/pgtable_32.c