x86: unify show_interrupts() and proc helpers
authorThomas Gleixner <tglx@linutronix.de>
Thu, 16 Oct 2008 09:32:24 +0000 (11:32 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:53:29 +0000 (16:53 +0200)
commit6b39ba771e3c78d00e0abcebad270bd4212b28bc
tree98c0b1598eff3882faaef3b0f2ee72dcbe2f0ea0
parentc0c168ca26b54a4a6ad34fc813fe00f275fbc94c
x86: unify show_interrupts() and proc helpers

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>
arch/x86/kernel/Makefile
arch/x86/kernel/irq.c [new file with mode: 0644]
arch/x86/kernel/irq_32.c
arch/x86/kernel/irq_64.c