From: Chris Metcalf Date: Fri, 9 Aug 2013 19:41:09 +0000 (-0400) Subject: tile: fix panic with large IRQ number X-Git-Tag: v3.12-rc1~120^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d8cf0674023da578e0539dc7cf4d824b2cf1f9e;p=pandora-kernel.git tile: fix panic with large IRQ number The "available_irqs" value needs to actually reflect the IRQs available, not just start as an all-ones mask, since we only have 32 IRQs available even on a 64-bit platform. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed