diff options
author | Atish Patra <atish.patra@wdc.com> | 2020-06-26 02:45:06 +0300 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2020-07-09 09:45:09 +0300 |
commit | 950accbabd4cfa83519fa920f99428bcc131c3c9 (patch) | |
tree | d061b7f8c00e18417d62174940cc486decf6c47a /drivers/firmware/ti_sci.c | |
parent | c1aac64ddc01112e137121a43645b96c3633c41b (diff) | |
download | linux-950accbabd4cfa83519fa920f99428bcc131c3c9.tar.xz |
efi/libstub: Fix gcc error around __umoddi3 for 32 bit builds
32bit gcc doesn't support modulo operation on 64 bit data. It results in
a __umoddi3 error while building EFI for 32 bit.
Use bitwise operations instead of modulo operations to fix the issue.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Link: https://lore.kernel.org/r/20200625234516.31406-2-atish.patra@wdc.com
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'drivers/firmware/ti_sci.c')
0 files changed, 0 insertions, 0 deletions