mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
powerpc/8xx: Allow pinning IMMR TLB when using early debug console
CONFIG_EARLY_DEBUG_CPM requires IMMR area TLB to be pinned otherwise it doesn't survive MMU_init, and the boot fails. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
5f639e5fad
commit
96d19d70e1
@ -1143,7 +1143,7 @@ config PIN_TLB_DATA
|
||||
|
||||
config PIN_TLB_IMMR
|
||||
bool "Pinned TLB for IMMR"
|
||||
depends on PIN_TLB
|
||||
depends on PIN_TLB || PPC_EARLY_DEBUG_CPM
|
||||
default y
|
||||
|
||||
config PIN_TLB_TEXT
|
||||
|
Loading…
Reference in New Issue
Block a user