mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
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> |
History
|
|
|---|---|---|
| .. | ||
| aurora.c | ||
| aurora.h | ||
| bbc_envctrl.c | ||
| bbc_i2c.c | ||
| bbc_i2c.h | ||
| bpp.c | ||
| cd180.h | ||
| cpwatchdog.c | ||
| display7seg.c | ||
| envctrl.c | ||
| flash.c | ||
| jsflash.c | ||
| Kconfig | ||
| Makefile | ||
| max1617.h | ||
| openprom.c | ||
| riowatchdog.c | ||
| rtc.c | ||
| uctrl.c | ||
| vfc.h | ||
| vfc_dev.c | ||
| vfc_i2c.c | ||
| vfc_i2c.h | ||