commit | 3c00695ee1d73ef52eadd7d4a1de9ecaab4f7be4 | [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 | 85d87328ea3d16b8e099854684166732e1954c71 [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>