diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-10-10 22:49:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-10-10 22:49:54 +0000 |
commit | 38114d5d33cfc8b81f3d9dda27a6b7a9f2e539c2 (patch) | |
tree | 0bb50d50312dea4b01371cfbfa481269c886916c /arch/mips64/sgi-ip22 | |
parent | 08b0be66ff8bc4be230c2f4bc017d30d73228a7f (diff) |
Kill irq_cannonicalize.
Diffstat (limited to 'arch/mips64/sgi-ip22')
-rw-r--r-- | arch/mips64/sgi-ip22/ip22-int.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/mips64/sgi-ip22/ip22-int.c b/arch/mips64/sgi-ip22/ip22-int.c index 19c61e6dc..70a5fdf3a 100644 --- a/arch/mips64/sgi-ip22/ip22-int.c +++ b/arch/mips64/sgi-ip22/ip22-int.c @@ -1,5 +1,4 @@ -/* $Id: ip22-int.c,v 1.5 2000/03/02 02:36:50 ralf Exp $ - * +/* * indy_int.c: Routines for generic manipulation of the INT[23] ASIC * found on INDY workstations.. * @@ -65,7 +64,6 @@ static char lc2msk_to_irqnr[256]; static char lc3msk_to_irqnr[256]; extern asmlinkage void indyIRQ(void); -int (*irq_cannonicalize)(int irq); #ifdef CONFIG_REMOTE_DEBUG extern void rs_kgdb_hook(int); @@ -607,13 +605,7 @@ static inline void sgint_init(void) #endif } -static int indy_irq_cannonicalize(int irq) -{ - return irq; /* Sane hardware, sane code ... */ -} - void __init init_IRQ(void) { - irq_cannonicalize = indy_irq_cannonicalize; sgint_init(); } |