summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/setup.c
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2014-09-22 16:51:47 +0530
committerVineet Gupta <vgupta@synopsys.com>2015-06-22 14:06:55 +0530
commit4255b07f2c9c43540149ed823faf5ac8476cccee (patch)
tree9d9fa4ad088b92a28987d3b89a1fe142cf828766 /arch/arc/kernel/setup.c
parent1f6ccfff6314672743ad7252160654709e997a2a (diff)
downloadtalos-obmc-linux-4255b07f2c9c43540149ed823faf5ac8476cccee.tar.gz
talos-obmc-linux-4255b07f2c9c43540149ed823faf5ac8476cccee.zip
ARCv2: STAR 9000793984: Handle return from intr to Delay Slot
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/setup.c')
-rw-r--r--arch/arc/kernel/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c
index d6fe80070bbf..ca71cef4bafd 100644
--- a/arch/arc/kernel/setup.c
+++ b/arch/arc/kernel/setup.c
@@ -30,6 +30,8 @@
#define FIX_PTR(x) __asm__ __volatile__(";" : "+r"(x))
+unsigned int intr_to_DE_cnt;
+
/* Part of U-boot ABI: see head.S */
int __initdata uboot_tag;
char __initdata *uboot_arg;
OpenPOWER on IntegriCloud