aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/gdbstub.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-02-15 09:47:17 +0100
committerJan Beulich <jbeulich@suse.com>2013-02-15 09:47:17 +0100
commit8ce2e609236cc951bfbaa460a8778b16cccb0fcd (patch)
tree40b6fa31b01c73489c014d26369405161c62a113 /xen/common/gdbstub.c
parent7a00697d441d18cf1ad527e0d2c62e1c74a9e69b (diff)
downloadxen-8ce2e609236cc951bfbaa460a8778b16cccb0fcd.tar.gz
xen-8ce2e609236cc951bfbaa460a8778b16cccb0fcd.tar.bz2
xen-8ce2e609236cc951bfbaa460a8778b16cccb0fcd.zip
x86: move watchdog declarations from config.h to nmi.h
They don't belong into the former. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/gdbstub.c')
-rw-r--r--xen/common/gdbstub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/gdbstub.c b/xen/common/gdbstub.c
index 09c6198742..737be8c8ea 100644
--- a/xen/common/gdbstub.c
+++ b/xen/common/gdbstub.c
@@ -38,6 +38,7 @@
#include <xen/spinlock.h>
#include <xen/serial.h>
#include <xen/irq.h>
+#include <xen/nmi.h>
#include <asm/debugger.h>
#include <xen/init.h>
#include <xen/smp.h>