From: Marc Zyngier Date: Tue, 31 Jan 2012 10:49:46 +0000 (+0100) Subject: ARM: 7309/1: realview: fix unconnected interrupts on EB11MP X-Git-Tag: v3.4-rc1~104^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c997e519f3fe6b40a5ad972e2a334960065d6154;p=pandora-kernel.git ARM: 7309/1: realview: fix unconnected interrupts on EB11MP Since commit 2eac58d (ARM: amba: make use of -1 IRQs warn), we're able to detect the use of value -1 to indicate the lack of interrupt line. The RealView EB, when used with the 11MPCore tile, has a number of devices without interrupts, and uses the value -1 to indicate this. Change that value to 0 to conform to the new behaviour. Signed-off-by: Marc Zyngier Signed-off-by: Russell King --- Reading git-diff-tree failed