]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
i386: add TRACE_IRQS_OFF to entry_32.S in 'error_code'
authorAlexander van Heukelum <heukelum@fastmail.fm>
Tue, 9 Sep 2008 19:56:14 +0000 (21:56 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:20:45 +0000 (10:20 +0200)
commit85cea51d7e7b8d3408c8e933d88fa067309395fa
treebadaba07edee41ebc3d6abdc952dff8ee9130258
parentf8e0870f589cfa45575dc7333cdf1b8f769e7900
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 <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/entry_32.S