From: Alexander van Heukelum Date: Tue, 9 Sep 2008 19:56:14 +0000 (+0200) Subject: i386: add TRACE_IRQS_OFF to entry_32.S in 'error_code' X-Git-Tag: v2.6.28-rc1~611^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85cea51d7e7b8d3408c8e933d88fa067309395fa;p=pandora-kernel.git i386: add TRACE_IRQS_OFF to entry_32.S in 'error_code' Many exceptions use the same code path via the label 'error_code' in entry_32.S. At this point interrupts are off, so let's inform the tracing code of that fact before calling into C. Signed-off-by: Alexander van Heukelum Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed