From: Alexander van Heukelum Date: Tue, 9 Sep 2008 19:56:18 +0000 (+0200) Subject: i386: trace_hardirqs_fixup should now not be necessary: irqs are off. X-Git-Tag: v2.6.28-rc1~611^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07bb2f6236f11169fbd8a8916b16715b25fea9b6;p=pandora-kernel.git i386: trace_hardirqs_fixup should now not be necessary: irqs are off. The exception handlers in entry_32.S should now all call TRACE_IRQS_OFF before calling the C code. The calls to trace_hardirqs_fixup should now be unnecessary. Remove them. Signed-off-by: Alexander van Heukelum Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed