git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d9eab
)
tile: fix panic with large IRQ number
author
Chris Metcalf
<cmetcalf@tilera.com>
Fri, 9 Aug 2013 19:41:09 +0000
(15:41 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Fri, 30 Aug 2013 15:56:16 +0000
(11:56 -0400)
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>
No differences found