commit | 7a0a2dff1cac1df82acfa0395bc9bc1bf0bc16ef | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 26 10:52:37 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:37 2006 +0200 |
tree | 410b323cd17b675597134f6a3fff8a326d974670 | |
parent | aecc63615e15de861db7436c50dade495639132c [diff] |
[PATCH] Add a missing check for irq flags tracing in NMI NMIs are not supposed to track the irq flags, but TRACE_IRQS_IRETQ did it anyways. Add a check. Cc: mingo@elte.hu Signed-off-by: Andi Kleen <ak@suse.de>