diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-10-20 15:30:55 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-10-20 15:30:55 +0900 |
commit | 66a740572d7bcb18469e71cb014bfed3ff75a773 (patch) | |
tree | 7815f5352608159123badd7e3e8a4c0bf921ac11 /include/asm-sh/irq-sh7780.h | |
parent | 709bc44c31db4eeeec7dcf7d3f3fefd057adf7fb (diff) | |
download | kernel-crypto-66a740572d7bcb18469e71cb014bfed3ff75a773.tar.gz kernel-crypto-66a740572d7bcb18469e71cb014bfed3ff75a773.tar.xz kernel-crypto-66a740572d7bcb18469e71cb014bfed3ff75a773.zip |
sh: Convert INTC2 to IRQ table registration.
Currently the INTC2 code contains a fixed IRQ table that it
iterates through to set the handler type, we move this in to
the CPU subtype setup code instead and allow for submitting
the table that way.
This drops the ST40 tables, as nothing has been happening
with those processors, while converting the only existing
users to use the new table directly (SH7760 and SH7780).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/irq-sh7780.h')
-rw-r--r-- | include/asm-sh/irq-sh7780.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-sh/irq-sh7780.h b/include/asm-sh/irq-sh7780.h index 895c5780e45..19912ae6a7f 100644 --- a/include/asm-sh/irq-sh7780.h +++ b/include/asm-sh/irq-sh7780.h @@ -6,16 +6,6 @@ * * Copyright (C) 2004 Takashi SHUDO <shudo@hitachi-ul.co.jp> */ - -#ifdef CONFIG_IDE -# ifndef IRQ_CFCARD -# define IRQ_CFCARD 14 -# endif -# ifndef IRQ_PCMCIA -# define IRQ_PCMCIA 15 -# endif -#endif - #define INTC_BASE 0xffd00000 #define INTC_ICR0 (INTC_BASE+0x0) #define INTC_ICR1 (INTC_BASE+0x1c) |