aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/domain.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-07-02 18:52:12 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-07-02 18:52:12 +0100
commit6634a6768c1976ccc14aa1dbd59e1091efb73d9d (patch)
tree4436ea4900de682487590684f421ed7c832bed32 /xen/include/asm-x86/domain.h
parent8c5c89fc7c0a08464d872d73bc8912584a264ce9 (diff)
downloadxen-6634a6768c1976ccc14aa1dbd59e1091efb73d9d.tar.gz
xen-6634a6768c1976ccc14aa1dbd59e1091efb73d9d.tar.bz2
xen-6634a6768c1976ccc14aa1dbd59e1091efb73d9d.zip
gdbsx: Always build -- remove build-time config option.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/domain.h')
-rw-r--r--xen/include/asm-x86/domain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/asm-x86/domain.h b/xen/include/asm-x86/domain.h
index 98712abf8e..e677748ed7 100644
--- a/xen/include/asm-x86/domain.h
+++ b/xen/include/asm-x86/domain.h
@@ -415,9 +415,7 @@ struct arch_vcpu
struct mapcache_vcpu mapcache;
#endif
-#if XEN_GDBSX_CONFIG
uint32_t gdbsx_vcpu_event;
-#endif
/* A secondary copy of the vcpu time info. */
XEN_GUEST_HANDLE(vcpu_time_info_t) time_info_guest;