i386: fixup TRACE_IRQ breakage
authorPeter Zijlstra <peterz@infradead.org>
Wed, 18 Jul 2007 18:59:22 +0000 (20:59 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 18 Jul 2007 19:09:01 +0000 (12:09 -0700)
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: Linus Torvalds <torvalds@linux-foundation.org>

No differences found