commit | 4a82768ce29d2b9090d85cb16d2cf4f9ec59a8c8 | [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 | 17d133bbed017dff97ef531d7c86faf0e10e3d22 [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>