diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2006-06-25 14:46:59 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 19:00:57 +0200 |
commit | 4facfde9f1d7b8a61fb0017460da45e23e60115c (patch) | |
tree | 00da6c7110b4d19869f65ce0e2da085788112060 /include/asm-m68k/macints.h | |
parent | [PATCH] m68k: separate handler for auto and user vector interrupt (diff) | |
download | linux-4facfde9f1d7b8a61fb0017460da45e23e60115c.tar.xz linux-4facfde9f1d7b8a61fb0017460da45e23e60115c.zip |
[PATCH] m68k: cleanup generic irq names
Rename IRQ1..IRQ7 to IRQ_AUTO_1..IRQ_AUTO_7 and remove the duplicate
defintions.
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r-- | include/asm-m68k/macints.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-m68k/macints.h b/include/asm-m68k/macints.h index fd8c3a9fea4d..c9604f821bd4 100644 --- a/include/asm-m68k/macints.h +++ b/include/asm-m68k/macints.h @@ -59,17 +59,6 @@ #define IRQ_SRC(irq) (irq >> 3) #define IRQ_IDX(irq) (irq & 7) -#define IRQ_SPURIOUS (0) - -/* auto-vector interrupts */ -#define IRQ_AUTO_1 (1) -#define IRQ_AUTO_2 (2) -#define IRQ_AUTO_3 (3) -#define IRQ_AUTO_4 (4) -#define IRQ_AUTO_5 (5) -#define IRQ_AUTO_6 (6) -#define IRQ_AUTO_7 (7) - /* VIA1 interrupts */ #define IRQ_VIA1_0 (8) /* one second int. */ #define IRQ_VIA1_1 (9) /* VBlank int. */ |