diff options
author | Bandan Das <bsd@redhat.com> | 2016-05-20 12:28:36 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-05-23 16:53:46 +0200 |
commit | f7e981f29548fe4af7812f5920304fe607e5bf0d (patch) | |
tree | 161a924c76917e268612346763ec1a9a2894190e /include/hw/nmi.h | |
parent | 1255166b9974665d1e4a24473e1dc51cd061ef4a (diff) |
nmi: remove x86 specific nmi handling
nmi_monitor_handle is wired to call the x86 nmi
handler. So, we can directly use it at call sites.
Signed-off-by: Bandan Das <bsd@redhat.com>
Message-Id: <1463761717-26558-3-git-send-email-bsd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/nmi.h')
-rw-r--r-- | include/hw/nmi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/nmi.h b/include/hw/nmi.h index f4cec6257d..b541772e1d 100644 --- a/include/hw/nmi.h +++ b/include/hw/nmi.h @@ -45,6 +45,5 @@ typedef struct NMIClass { } NMIClass; void nmi_monitor_handle(int cpu_index, Error **errp); -void inject_nmi(void); #endif /* NMI_H */ |