commit | ba01a66beb946d93592f23cef2cb9a0b1bc63211 | [log] [tgz] |
---|---|---|
author | Arve Hjønnevåg <arve@android.com> | Fri Nov 30 17:05:40 2012 -0800 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Fri Jan 27 13:52:15 2017 -0800 |
tree | 2312c5f7cb0617691700ca2b967146b835ba6a9c | |
parent | 911da239d131256d492628137fe05a59419fe43f [diff] |
ANDROID: 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>