C6X: interrupt handling
authorAurelien Jacquiot <a-jacquiot@ti.com>
Tue, 4 Oct 2011 15:06:27 +0000 (11:06 -0400)
committerMark Salter <msalter@redhat.com>
Thu, 6 Oct 2011 23:47:54 +0000 (19:47 -0400)
commitec500af3059b474df35418c41c684c1cde830c81
treefca5ee52137efe4fc9d9c07ddce4f4e4ea52ba16
parent546a39546c64ad7e73796c5508ef5487af42cae2
C6X: interrupt handling

Original port to early 2.6 kernel using TI COFF toolchain.
Brought up to date by Mark Salter <msalter@redhat.com>

Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/c6x/include/asm/hardirq.h [new file with mode: 0644]
arch/c6x/include/asm/irq.h [new file with mode: 0644]
arch/c6x/include/asm/irqflags.h [new file with mode: 0644]
arch/c6x/include/asm/megamod-pic.h [new file with mode: 0644]
arch/c6x/kernel/irq.c [new file with mode: 0644]
arch/c6x/platforms/megamod-pic.c [new file with mode: 0644]