]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i386: fixup TRACE_IRQ breakage
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 13 Nov 2007 07:46:02 +0000 (08:46 +0100)
committerAdrian Bunk <bunk@kernel.org>
Tue, 13 Nov 2007 07:46:02 +0000 (08:46 +0100)
commit9c78b87bdfc519a9b73300c288a70cd4ee9f79c3
treec75b6d6e300234c23a16827b5777224a0617ce6a
parent08cdcb569ebc93e60861931f113e59814d0f8ef7
i386: fixup TRACE_IRQ breakage

The TRACE_IRQS_ON function in iret_exc: calls a C function without
ensuring that the segments are set properly. Move the trace function and
the enabling of interrupt into the C stub.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
arch/i386/kernel/entry.S
arch/i386/kernel/traps.c