summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/interrupts.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-04-17 16:13:33 +0000
committerSimon Glass <sjg@chromium.org>2013-05-13 13:33:20 -0700
commit7282d834cd47cabc481a5cbe6e686ef40751436f (patch)
tree6f707a89d27ea9b012817931d68de8ad1624f777 /arch/x86/cpu/interrupts.c
parentfa790fa0a91b9d029ec6fdac791066bc5d16b862 (diff)
downloadblackbird-obmc-uboot-7282d834cd47cabc481a5cbe6e686ef40751436f.tar.gz
blackbird-obmc-uboot-7282d834cd47cabc481a5cbe6e686ef40751436f.zip
x86: Declare global_data pointer when it is used
Several files use the global_data pointer without declaring it. This works because the declaration is currently a NOP. But still it is better to fix this so that x86 lines up with other archs. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/interrupts.c')
-rw-r--r--arch/x86/cpu/interrupts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/cpu/interrupts.c b/arch/x86/cpu/interrupts.c
index 6dc74e34c6..e733bcb302 100644
--- a/arch/x86/cpu/interrupts.c
+++ b/arch/x86/cpu/interrupts.c
@@ -37,6 +37,8 @@
#include <asm/msr.h>
#include <asm/u-boot-x86.h>
+DECLARE_GLOBAL_DATA_PTR;
+
#define DECLARE_INTERRUPT(x) \
".globl irq_"#x"\n" \
".hidden irq_"#x"\n" \
OpenPOWER on IntegriCloud