Skip to content
Commit 55fd766b authored by Kumar Gala's avatar Kumar Gala
Browse files

powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chips



On Freescale parts typically have TLB array for large mappings that we can
bolt the linear mapping into.  We utilize the code that already exists
on PPC32 on the 64-bit side to setup the linear mapping to be cover by
bolted TLB entries.  We utilize a quarter of the variable size TLB array
for this purpose.

Additionally, we limit the amount of memory to what we can cover via
bolted entries so we don't get secondary faults in the TLB miss
handlers.  We should fix this limitation in the future.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 988cf86d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment