David S. Miller c6387a48cf [SPARC]: Kill __irq_itoa().
This ugly hack was long overdue to die.

It was a way to print out Sparc interrupts in a more freindly format,
since IRQ numbers were arbitrary opaque 32-bit integers which vectored
into PIL levels.  These 32-bit integers were not necessarily in the
0-->NR_IRQS range, but the PILs they vectored to were.

The idea now is that we will increase NR_IRQS a little bit and use a
virtual<-->real IRQ number mapping scheme similar to PowerPC.

That makes this IRQ printing hack irrelevant, and furthermore only a
handful of drivers actually used __irq_itoa() making it even less
useful.

Signed-off-by: David S. Miller <davem@davemloft.net>
2006-06-20 01:21:29 -07:00
..
2006-06-08 22:41:17 -04:00
2006-04-23 18:26:40 +10:00
2006-05-15 11:20:57 -07:00
2006-01-01 22:21:50 +01:00
2006-03-23 07:38:16 -08:00
2006-03-26 18:17:21 +02:00
2006-02-14 10:01:39 -08:00
2006-03-28 16:45:26 +11:00
2006-05-15 11:20:57 -07:00
2006-03-28 09:16:05 -08:00
2006-03-25 08:22:52 -08:00
2006-03-28 09:16:08 -08:00
2006-01-10 08:01:59 -08:00
2006-03-23 07:38:11 -08:00
2006-01-10 08:01:59 -08:00
2006-03-25 08:22:52 -08:00
2006-02-03 08:31:59 -08:00
2006-06-20 01:21:29 -07:00
2006-01-12 09:09:00 -08:00
2006-01-10 08:01:59 -08:00
2006-03-23 07:38:15 -08:00
2006-03-28 09:16:08 -08:00
2006-03-24 07:33:24 -08:00
2006-03-25 08:22:52 -08:00
2006-04-28 08:33:46 -07:00