commit | 727c4141cb27f684357ef3a06680c21da06d30a9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 06 13:20:03 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 07:24:09 2014 +0100 |
tree | f8df1c089d1e70f5cd158d984f12928864589897 | |
parent | cbfd7ff6bbafde0b5b3e4fbd25a92a938eecb416 [diff] |
x86: Invalidate TLB as early as possible We should invalidate the TLB right at the start to ensure that we don't get false address translations even though paging is disabled. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>