Commit a753499d authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: mm: Flush TLB to ensure correct mapping when higmem ON



MMU contains invalid mapping which wasn't flushed and new mapping
is using the same addresses as previous one. That's why TLB miss is not
happening to get new correct TLB entry and MMU points to incorrect area.

This is replicatable when large files(256MB and more) are copied and
checked.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 83f0124a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment