]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tile: fix panic with large IRQ number
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 9 Aug 2013 19:41:09 +0000 (15:41 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 13 Aug 2013 20:27:08 +0000 (16:27 -0400)
commitfb82e3438a15db16ca61384222dcf511146ba76d
treef3a288d069d9763db7d68cd05d1573eb4d6725ee
parent23aacfed8286d2b1036ee978c84b7baaacf50fa5
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 <cmetcalf@tilera.com>
arch/tile/kernel/irq.c