commit | 8356ec21e5c98ddf9b9e91203ff3962e992e73e6 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Tue Jan 09 21:58:09 2024 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jan 11 10:05:22 2024 +0100 |
tree | 91920aa998a48960feb2b1170a7bc6d6a0d04dda | |
parent | 1c0c900cbbc395e9c8d646c419e7ab90d6900a7e [diff] |
xtensa: mmu: Fix mmu initialization The constant used to calculate TLB entries for the way six was wrong and causing an integer overflow. Consequently only the first 512MB where being unmapped from the TLB. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>