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:
513c4dd
)
ARM: picoxcell: don't reserve irq_descs
author
Jamie Iles
<jamie@jamieiles.com>
Mon, 12 Dec 2011 20:17:37 +0000
(20:17 +0000)
committer
Jamie Iles
<jamie@jamieiles.com>
Sun, 18 Dec 2011 10:48:19 +0000
(10:48 +0000)
All irq_desc's are now dynamically allocated so we don't need to
statically reserve them.
v2: - select SPARSE_IRQ and set .nr_irqs to NR_IRQS_LEGACY to skip
ISA and IRQ 0.
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
No differences found