commit | 7e61a7932495e37685e95ec9a59ad08810dec959 | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Fri Sep 26 14:03:03 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:21:55 2008 +0200 |
tree | 302cb73a88bd903aceffe473a34c8a66965d91ca | |
parent | 6b11d4ef3e4d6ce83fb177aa50fdf385abb17d1a [diff] |
traps: x86_64: add TRACE_IRQS_OFF in paranoidentry macro Add TRACE_IRQS_OFF just before entering the C code. All exceptions are taken via interrupt gates. If irq tracing is enabled, it should be notified as soon as possible. Interrupts are only (conditionally) re-enabled in C code. Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm> Signed-off-by: Ingo Molnar <mingo@elte.hu>