commit | f6bc36aee1ff8b82fb0bb9211eeef386bfb6d580 | [log] [tgz] |
---|---|---|
author | Arve Hjønnevåg <arve@android.com> | Fri Nov 30 17:05:40 2012 -0800 |
committer | Amit Pundir <amit.pundir@linaro.org> | Mon Oct 24 23:41:21 2016 +0800 |
tree | 5c134f818a5c0cb7941b90c712486dc5a5dd0664 | |
parent | faaa5ebf2db165f8fa8f890d0efea2bdffc8593a [diff] |
ARM: decompressor: Flush tlb before swiching domain 0 to client mode If the bootloader used a page table that is incompatible with domain 0 in client mode, and boots with the mmu on, then swithing domain 0 to client mode causes a fault if we don't flush the tlb after updating the page table pointer. v2: Add ISB before loading dacr. Signed-off-by: Arve Hjønnevåg <arve@android.com>