commit | 0b755a9854b521882d922451569230cae1636905 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:45 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:41:55 2025 -0600 |
tree | 578f688df326815ed16fe3546ba80ef9ab55c767 | |
parent | e61b6839ef09ad19d5647198751ca182f3ed2fc3 [diff] |
x86: Correct msr operation on amd64 The CONFIG option is no-longer correct since we can have SPL and PPL with different bitness. Fix this and sync up with Linux 6.13 in this area, since this is where the code came from many years ago. Signed-off-by: Simon Glass <sjg@chromium.org>