aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/irq.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-16x86: move ack_bad_irq() to irq.cThomas Gleixner1-0/+23
Share more duplicated code. Signed-off-by: Thomas Gleixner <[email protected]>
2008-10-16x86: unify show_interrupts() and proc helpersThomas Gleixner1-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 <[email protected]>