commit | 1dd6ba2e179773597e20f17f66049a64e6c4b2ec | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Mon Aug 25 21:27:26 2008 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 16 16:53:04 2008 +0200 |
tree | 90c75872415c49b03876111d505c7bbc62cbb7bf | |
parent | 8c464a4b23ca283b414022ebc77787f3c7040fa7 [diff] |
x86: apic - unify smp_spurious/error_interrupt declaration According to entry_64.S we do pass pt_regs pointer into interrupt handlers but don't use them. So we safely may merge the declarations. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>