commit | 3a44bfdf083f1d1dfbb3d1613d8ec75d07b7f972 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 16 20:24:46 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 20 15:25:29 2019 +0800 |
tree | e6af46b0ffa135e96f7adabbee5c4c429d4ee77b | |
parent | c6d84a30fe4cbfd438cb88d76b1cbb71dda2b2f8 [diff] |
x86: Adjust I/O macros to work on 64-bit machines At present these macros give warnings on 64-bit machines and do not correctly do 32-bit accesses. Update them to use linux types. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>