From: Sascha Hauer Date: Wed, 18 Feb 2009 19:59:04 +0000 (+0100) Subject: mxc irq: make architecture runtime dependent X-Git-Tag: v2.6.31-rc1~344^2~29^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c9fa43040af08126326ac8b2a2b18f804eb1e8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed