x86/NMI: invert condition in nmi_show_execution_state()
authorJan Beulich <jbeulich@suse.com>
Tue, 6 Feb 2018 16:29:59 +0000 (17:29 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 6 Feb 2018 16:29:59 +0000 (17:29 +0100)
commit309e0509b7363a895362fcbeac823562c3e18def
treea942cf5574050b45a6a76696a1549d8b03712ba2
parentd0115f96ea633fd6d668f2c067785912c0ad4c00
x86/NMI: invert condition in nmi_show_execution_state()

We want to decode the symbol when _not_ in guest mode.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/traps.c