From: Alexander van Heukelum Date: Fri, 26 Sep 2008 12:03:04 +0000 (+0200) Subject: traps: x86_64: remove trace_hardirqs_fixup from DO_ERROR_INFO macro X-Git-Tag: v2.6.28-rc1~611^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b986a365253b57d8ab4ed7b796ba0893ff4c05c;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed