]> Git Repo - linux.git/commit
powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)
authorChristophe Leroy <[email protected]>
Tue, 2 Jul 2024 13:51:28 +0000 (15:51 +0200)
committerAndrew Morton <[email protected]>
Fri, 12 Jul 2024 22:52:17 +0000 (15:52 -0700)
commit6b0e82791bd03b2326c7f7d8c1124c825742f2a4
tree02ff8fa0321259599bcd9cc4eabe7b7a35ed3f1d
parente081c14744f4a93514069e1af1a7273d5451b909
powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)

At the time being when CONFIG_PTE_64BIT is selected, PTE entries are 64
bits but PGD entries are still 32 bits.

In order to allow leaf PMD entries, switch the PGD to 64 bits entries.

Link: https://lkml.kernel.org/r/ca85397df02564e5edc3a3c27b55cf43af3e4ef3.1719928057.git.christophe.leroy@csgroup.eu
Signed-off-by: Christophe Leroy <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: Oscar Salvador <[email protected]>
Cc: Peter Xu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
arch/powerpc/include/asm/pgtable-types.h
arch/powerpc/kernel/head_85xx.S
This page took 0.053625 seconds and 4 git commands to generate.