i386: trace_hardirqs_fixup should now not be necessary: irqs are off.
authorAlexander van Heukelum <heukelum@fastmail.fm>
Tue, 9 Sep 2008 19:56:18 +0000 (21:56 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:20:54 +0000 (10:20 +0200)
commit07bb2f6236f11169fbd8a8916b16715b25fea9b6
tree204cbbd971b8a3e7929b32e9a39ad547c05d4e73
parenta790392faa3a6138b6e90d0fe320a2829652ce22
i386: trace_hardirqs_fixup should now not be necessary: irqs are off.

The exception handlers in entry_32.S should now all call
TRACE_IRQS_OFF before calling the C code. The calls to
trace_hardirqs_fixup should now be unnecessary. Remove them.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/traps_32.c