From: Alexander van Heukelum Date: Fri, 26 Sep 2008 12:03:07 +0000 (+0200) Subject: traps: x86: remove trace_hardirqs_fixup from pagefault handler X-Git-Tag: v2.6.28-rc1~611^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c89b5bf7f253756f3056e84b8603abe1c50f5b;p=pandora-kernel.git traps: x86: remove trace_hardirqs_fixup from pagefault handler The last use of trace_hardirqs_fixup is unnecessary, because the trap is taken with interrupt off on i386 as well as x86_64, and the irq-tracer is notified of this from the assembly code. trace_hardirqs_fixup and trace_hardirqs_fixup_flags are removed from include/asm-x86/irqflags.h as they are no longer used. Signed-off-by: Alexander van Heukelum Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed