]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: shmobile: sh73a0: fixup RELOC_BASE of intca_irq_pins_desc
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 22 Aug 2012 10:13:48 +0000 (12:13 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 22 Aug 2012 10:13:48 +0000 (12:13 +0200)
commitbc78f657d3a543406326c33f65e346cf6a922040
treebb9c6a2116932580c6dde5c6c3bcb79538102374
parent762ebf768a46cc31b884b593109703d586277078
ARM: shmobile: sh73a0: fixup RELOC_BASE of intca_irq_pins_desc

sh73a0 :: intca_irq_pins_desc irq table had conflict
from irq 552 to irq 557 before.
But the second controller was simply trampling the
first one by way of the -EEXIST case from irq_alloc_desc_at().

But now, we have irqdomain support from
29cd22a5b58794868aa85bf119ce6200dd9c4639
(sh: intc: initial irqdomain support)

The irqdomain code has simply tightened down the sanity checks and
error path. So, sh73a0 CPU board got some WARNING when booting now.
This patch fixup RELOC_BASE to solve this issue.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-shmobile/intc-sh73a0.c