[PATCH] Add a missing check for irq flags tracing in NMI
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:37 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:37 +0000 (10:52 +0200)
commit7a0a2dff1cac1df82acfa0395bc9bc1bf0bc16ef
tree410b323cd17b675597134f6a3fff8a326d974670
parentaecc63615e15de861db7436c50dade495639132c
[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>
arch/x86_64/kernel/entry.S