diff options
author | Edward O'Callaghan <funfunctor@folklore1984.net> | 2017-01-08 19:57:45 +1100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-02 15:21:21 +0000 |
commit | 1104c278e396860567c4d20ff2b0868fa6b02696 (patch) | |
tree | 5fb2b38409feb02aef4041db3732e970b2164b9c /src/cpu/x86/Kconfig | |
parent | 2ad1ddb3903b1057d16c72631f10b4a1f1934bb8 (diff) |
cpu/x86/smm: Fix explicit 'addr32' usage in clang builds
The addr32 prefix is required by binutils, because even when
given an explicit address which is greater than 64KiB, it will
throw a warning about truncation, and stupidly emit the opcode
with a 16-bit addressing mode and the wrong address.
However, in the case of LLVM, this doesn't happen, and is happy
to just use 32-bit addressing whenever it may require it. This
means that LLVM never really needs an explicit addr32 prefix to
use 32-bit addressing in 16-bit mode.
Change-Id: Ia160d3f7da6653ea24c8229dc26f265e5f15aabb
Also-by: Damien Zammit <damien@zamaudio.com>
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: https://review.coreboot.org/21219
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'src/cpu/x86/Kconfig')
0 files changed, 0 insertions, 0 deletions