commit | b58770f3b11512ed49af8b8e8730e04c2b30d686 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 25 21:33:25 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 11 11:55:33 2016 +0800 |
tree | 2257d876b2fc94ba3a6200e49d2fb87f86e0216b | |
parent | 5454f8f3d46df2328f70c70ef10c76827214ccf4 [diff] |
x86: Correct address casts in interrupt code We should cast an address to unsigned long, not u32. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>