commit | 8b1c870f19849235b8c7e4dfe2ec6b0d691fa9d7 | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Fri Sep 26 14:03:05 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:22:00 2008 +0200 |
tree | 70acbe576d0cabdfeed6ce11a256a1f6e9452ca2 | |
parent | 4b986a365253b57d8ab4ed7b796ba0893ff4c05c [diff] |
traps: x86_64: remove trace_hardirqs_fixup from int3 handler All exceptions are taken via interrupt gates. TRACE_IRQS_OFF is called just before entering the C code, so the irq state is known to the irq tracer at this point. No need to call trace_hardirqs_fixup. Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm> Signed-off-by: Ingo Molnar <mingo@elte.hu>