commit | 4b986a365253b57d8ab4ed7b796ba0893ff4c05c | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Fri Sep 26 14:03:04 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:21:58 2008 +0200 |
tree | 51d50cbf138b46f8eaea2caa039d5b8d863ae77c | |
parent | 7e61a7932495e37685e95ec9a59ad08810dec959 [diff] |
traps: x86_64: remove trace_hardirqs_fixup from DO_ERROR_INFO macro 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>