aa4113340a
In the current implementation, the call to loadcam_multi() is wrapped
between switch_to_as1() and restore_to_as0() calls so, when it tries
to create its own temporary AS=1 TLB1 entry, it ends up duplicating
the existing one created by switch_to_as1(). Add a check to skip
creating the temporary entry if already running in AS=1.
Fixes:
|
||
---|---|---|
.. | ||
8xx.c | ||
40x.c | ||
44x.c | ||
Makefile | ||
book3e_hugetlbpage.c | ||
book3e_pgtable.c | ||
fsl_booke.c | ||
kaslr_booke.c | ||
mmu_context.c | ||
tlb.c | ||
tlb_low.S | ||
tlb_low_64e.S |