commit | 98e27a5c13badb5c56d9d1d6c8ec210753ac1195 | [log] [tgz] |
---|---|---|
author | Jamie Iles <jamie@jamieiles.com> | Mon Dec 12 20:17:37 2011 +0000 |
committer | Jamie Iles <jamie@jamieiles.com> | Sun Dec 18 10:48:19 2011 +0000 |
tree | 4de656653f8bc35f228dead9bf4c868b87b22f71 | |
parent | 513c4dd698d1341a53d8a7530ecefb44cb1e2395 [diff] |
ARM: picoxcell: don't reserve irq_descs 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>