summaryrefslogtreecommitdiff
path: root/arch/arm/mach-cns3xxx/include/mach/irqs.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14ARM: cns3xxx: enable sparse IRQ supportArnd Bergmann1-24/+0
This trivially enables sparse IRQ on cns3xxx by moving the nr_irqs definition from mach/irqs.h into the machine descriptor. These interrupts will still get statically assigned, so nothing changes here. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2010-05-02ARM: cns3xxx: Add basic support for Cavium Networks CNS3xxx processorsAnton Vorontsov1-0/+24
This patch adds very basic support for ECONA CNS3xxx ARM11 MPcore (ARMv6) dual-core processors. Note that SMP is not yet supported, as well as many peripheral devices. Support for these features will be added later. Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>