aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-06 11:31:02 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-06 11:31:02 +0100
commita65041a5327954ee75109bd112f062f8ba273bc1 (patch)
treea3c01efc1f0bd856fa4d4b828a00a628542791ec /xen/include/asm-x86/hvm/vcpu.h
parent0671a3ce432c44a7f52cb3cfdef71f146970c3d0 (diff)
downloadxen-a65041a5327954ee75109bd112f062f8ba273bc1.tar.gz
xen-a65041a5327954ee75109bd112f062f8ba273bc1.tar.bz2
xen-a65041a5327954ee75109bd112f062f8ba273bc1.zip
hvm: Remove hvm-specific NMI flag and use generic flag instead.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index c4ea85c189..d790eb2037 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -46,9 +46,6 @@ struct hvm_vcpu {
s64 cache_tsc_offset;
u64 guest_time;
- /* Is an NMI pending for delivery to this VCPU core? */
- bool_t nmi_pending; /* NB. integrate flag with save/restore */
-
/* Lock and list for virtual platform timers. */
spinlock_t tm_lock;
struct list_head tm_list;