commit | 07bb2f6236f11169fbd8a8916b16715b25fea9b6 | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Tue Sep 09 21:56:18 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:20:54 2008 +0200 |
tree | 204cbbd971b8a3e7929b32e9a39ad547c05d4e73 | |
parent | a790392faa3a6138b6e90d0fe320a2829652ce22 [diff] |
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>