aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-10 11:01:15 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-10 11:01:15 +0000
commitc18e477598a00573a84113180e80c46f6f04bb92 (patch)
treeafe2c9100735d8bff5c41a0b0c27d4358855e96a /xen/include/asm-x86/hvm/vcpu.h
parentb6ed0a603f5a91fb61fe37ef52d178cdc607eb19 (diff)
downloadxen-c18e477598a00573a84113180e80c46f6f04bb92.tar.gz
xen-c18e477598a00573a84113180e80c46f6f04bb92.tar.bz2
xen-c18e477598a00573a84113180e80c46f6f04bb92.zip
[HVM] Remove HVM halt timer. It's no longer needed since interrupts
can wake it up now. Signed-off-by: Xin Li <xin.b.li@intel.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 990562cd71..0c073028ee 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -44,9 +44,6 @@ struct hvm_vcpu {
/* Flags */
int flag_dr_dirty;
- /* hlt ins emulation wakeup timer */
- struct timer hlt_timer;
-
unsigned long hvm_trace_values[5];
union {