traps: x86_64: remove trace_hardirqs_fixup from DO_ERROR_INFO macro
authorAlexander van Heukelum <heukelum@fastmail.fm>
Fri, 26 Sep 2008 12:03:04 +0000 (14:03 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:21:58 +0000 (10:21 +0200)
commit4b986a365253b57d8ab4ed7b796ba0893ff4c05c
tree51d50cbf138b46f8eaea2caa039d5b8d863ae77c
parent7e61a7932495e37685e95ec9a59ad08810dec959
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>
arch/x86/kernel/traps_64.c