• Kumar Gala's avatar
    powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chips · 55fd766b
    Kumar Gala authored
    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>
    55fd766b
asm-offsets.c 22.9 KB