commit | 46faeea63a59c2acd44dfbf59644d439c91992fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:37 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:41:55 2025 -0600 |
tree | 00f50864f99f2334f021f1b38553c9cfcb721a9b | |
parent | 83314dd5bd7a7a155c8c25e693c306730c72eddf [diff] |
x86: Disable paging before changing to long mode This is required as part of the procedure. The existing code works because it changes the GDT at the same time, but this makes kvm unhappy. Update the algorithm to disable and then re-enable paging. Signed-off-by: Simon Glass <sjg@chromium.org>