diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sparc/irq.h | 2 | ||||
-rw-r--r-- | include/asm-sparc64/irq.h | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-sparc/irq.h b/include/asm-sparc/irq.h index cee356b0dae3..a6115c6ed6e3 100644 --- a/include/asm-sparc/irq.h +++ b/include/asm-sparc/irq.h | |||
@@ -17,8 +17,6 @@ | |||
17 | 17 | ||
18 | #define __irq_ino(irq) irq | 18 | #define __irq_ino(irq) irq |
19 | #define __irq_pil(irq) irq | 19 | #define __irq_pil(irq) irq |
20 | BTFIXUPDEF_CALL(char *, __irq_itoa, unsigned int) | ||
21 | #define __irq_itoa(irq) BTFIXUP_CALL(__irq_itoa)(irq) | ||
22 | 20 | ||
23 | #define NR_IRQS 16 | 21 | #define NR_IRQS 16 |
24 | 22 | ||
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) |