]> git.baikalelectronics.ru Git - kernel.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)
commit4d8a19ba553d1ce90363f4fda0a8ba1ebb3d96ac
treebadaba07edee41ebc3d6abdc952dff8ee9130258
parentf8797a23e4fa0bd1345cb98088cc39c80fb37b8d
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