commit | 6b39ba771e3c78d00e0abcebad270bd4212b28bc | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Oct 16 11:32:24 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 16 16:53:29 2008 +0200 |
tree | 98c0b1598eff3882faaef3b0f2ee72dcbe2f0ea0 | |
parent | c0c168ca26b54a4a6ad34fc813fe00f275fbc94c [diff] |
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>