summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/irq.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: move ack_bad_irq() to irq.cThomas Gleixner2008-10-161-0/+23
| | | | | | Share more duplicated code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* x86: unify show_interrupts() and proc helpersThomas Gleixner2008-10-161-0/+166
show_interrupts() and proc helpers are basically the same for 32 and 64 bit. Move them to a shared source file. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>