traps: x86_64: remove trace_hardirqs_fixup from debug handler
authorAlexander van Heukelum <heukelum@fastmail.fm>
Fri, 26 Sep 2008 12:03:06 +0000 (14:03 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:22:02 +0000 (10:22 +0200)
commita491503e4d0cb739f409069826e2746e38826099
treeff78318a708045bfdde030622ecb32bdb3bbefa2
parent8b1c870f19849235b8c7e4dfe2ec6b0d691fa9d7
traps: x86_64: remove trace_hardirqs_fixup from debug 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>
arch/x86/kernel/traps_64.c