mxc irq: make architecture runtime dependent
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 18 Feb 2009 19:59:04 +0000 (20:59 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 7 May 2009 14:15:45 +0000 (16:15 +0200)
commit84c9fa43040af08126326ac8b2a2b18f804eb1e8
tree110d599ae3de28c3effc41d1133410dbb0c349a0
parentec996ba9b5cc2a085ca6938678317c4ff9c954d1
mxc irq: make architecture runtime dependent

Currently we depend on hardcoded base addresses for the interrupt
controller. This prevents us from compiling in more than one i.MX
architecture at a time. This patch changes the base address to a
runtime calculated one.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/irq.c