commit | a10d9a71bafd3a283da240d2868e71346d2aef6f | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Wed Jul 18 20:59:22 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Jul 18 12:09:01 2007 -0700 |
tree | 82142891ea3f2b148b8afd2d2734d6bafcb16ec8 | |
parent | 29eb51101c02df517ca64ec472d7501127ad1da8 [diff] |
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: Linus Torvalds <torvalds@linux-foundation.org>