projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d723c17
)
ARM: OMAP2+: INTC: fix Kconfig option for TI81XX
author
Kevin Hilman
<khilman@ti.com>
Tue, 8 May 2012 22:02:54 +0000
(15:02 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 9 May 2012 17:51:02 +0000
(10:51 -0700)
The INTC core is using a Kconfig option for TI816x which doesn't
exist. Convert it to use TI81XX.
Cc: Hemant Pedanekar <hemantp@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Acked-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/irq.c
b/arch/arm/mach-omap2/irq.c
index c11e8a84c947d90caf3cc9e2c25bdf6d33d635cf..7f47e3f6515023f8ffb6a90d5c3ef5f4026f1bea 100644
(file)
--- a/
arch/arm/mach-omap2/irq.c
+++ b/
arch/arm/mach-omap2/irq.c
@@
-230,7
+230,7
@@
static inline void omap_intc_handle_irq(void __iomem *base_addr, struct pt_regs
goto out;
irqnr = readl_relaxed(base_addr + 0xd8);
-#ifdef CONFIG_SOC_OMAPTI81
6
X
+#ifdef CONFIG_SOC_OMAPTI81
X
X
if (irqnr)
goto out;
irqnr = readl_relaxed(base_addr + 0xf8);