diff options
Diffstat (limited to 'include/asm-sparc64/irq.h')
| -rw-r--r-- | include/asm-sparc64/irq.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-sparc64/irq.h b/include/asm-sparc64/irq.h index de33d6e1afb5..bbdf89e6faa4 100644 --- a/include/asm-sparc64/irq.h +++ b/include/asm-sparc64/irq.h | |||
| @@ -99,14 +99,6 @@ extern struct ino_bucket ivector_table[NUM_IVECS]; | |||
| 99 | #define __bucket(irq) ((struct ino_bucket *)(unsigned long)(irq)) | 99 | #define __bucket(irq) ((struct ino_bucket *)(unsigned long)(irq)) |
| 100 | #define __irq(bucket) ((unsigned int)(unsigned long)(bucket)) | 100 | #define __irq(bucket) ((unsigned int)(unsigned long)(bucket)) |
| 101 | 101 | ||
| 102 | static __inline__ char *__irq_itoa(unsigned int irq) | ||
| 103 | { | ||
| 104 | static char buff[16]; | ||
| 105 | |||
| 106 | sprintf(buff, "%d,%x", __irq_pil(irq), (unsigned int)__irq_ino(irq)); | ||
| 107 | return buff; | ||
| 108 | } | ||
| 109 | |||
| 110 | #define NR_IRQS 16 | 102 | #define NR_IRQS 16 |
| 111 | 103 | ||
| 112 | #define irq_canonicalize(irq) (irq) | 104 | #define irq_canonicalize(irq) (irq) |
