diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2002-11-02 23:56:03 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-02 23:56:03 -0800 |
| commit | f8bf4922998552c1722b666d57cec0637a20849f (patch) | |
| tree | 37739d4c6c6e60924ef9826441b6d9a6fe178e0e /include | |
| parent | 19761fd083c677586dad890984aa67bbd31a0658 (diff) | |
[PATCH] Sun-3 vectored interrupts
Sun-3 vectored interrupts update:
- Add define for SUN3_INT_VECS
- Let show_sun3_interrupts() report vectored ints on machines which have them
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-m68k/sun3ints.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68k/sun3ints.h b/include/asm-m68k/sun3ints.h index 408f33f9b440..1da84dfcd6d0 100644 --- a/include/asm-m68k/sun3ints.h +++ b/include/asm-m68k/sun3ints.h @@ -21,6 +21,8 @@ #include <asm/intersil.h> #include <asm/oplib.h> +#define SUN3_INT_VECS 192 + void sun3_enable_irq(unsigned int irq); void sun3_disable_irq(unsigned int irq); int sun3_request_irq(unsigned int irq, |
