From: Magnus Damm Date: Wed, 19 May 2010 10:29:47 +0000 (+0000) Subject: ARM: mach-shmobile: Use 0x2200 as INTCS_VECT_BASE X-Git-Tag: v2.6.36-rc1~102^2^2^2~1^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b7c23adb350a108737a993c9c781463c1439dc6;p=pandora-kernel.git ARM: mach-shmobile: Use 0x2200 as INTCS_VECT_BASE Change INTCS_VECT_BASE from 0x3400 to 0x2200. The old value 0x3400 gave the INTCA and INTCS interrupt conrollers separated spaces, but required ARM support for more than 512 NR_IRQS which is not in place at this point. The value 0x2200 will make some of the INTCA interrupts make use of empty INTCS areas. This is a bit more error prone but works fine as a workaround for G3, G3 and AP4. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed