x86: Correct address casts in interrupt code
authorSimon Glass <sjg@chromium.org>
Mon, 26 Sep 2016 03:33:25 +0000 (21:33 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 11 Oct 2016 03:55:33 +0000 (11:55 +0800)
commit21b3b66acece160c12166b8bcb5511af5c065cef
tree2257d876b2fc94ba3a6200e49d2fb87f86e0216b
parentd30b3103a56b5340f85dfadfb6ef52626700ee67
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>
arch/x86/cpu/interrupts.c