aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-15 15:47:53 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-15 15:47:53 +0100
commitbcba667e12e35a1bb46d2284d00af1c3693997e6 (patch)
tree5a85e2b1a51501559a185d4d376be988c5cfe81f /xen/include/asm-x86/hvm/vcpu.h
parentb631149c20d11453d35cc77aa6abe33c7c07189e (diff)
downloadxen-bcba667e12e35a1bb46d2284d00af1c3693997e6.tar.gz
xen-bcba667e12e35a1bb46d2284d00af1c3693997e6.tar.bz2
xen-bcba667e12e35a1bb46d2284d00af1c3693997e6.zip
x86, hvm: Clean up handling of APIC INIT and SIPI messages.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index d3281d20dc..c4592d9c1e 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -26,9 +26,6 @@
#include <asm/hvm/svm/vmcb.h>
#include <asm/mtrr.h>
-#define HVM_VCPU_INIT_SIPI_SIPI_STATE_NORM 0
-#define HVM_VCPU_INIT_SIPI_SIPI_STATE_WAIT_SIPI 1
-
enum hvm_io_state {
HVMIO_none = 0,
HVMIO_dispatched,
@@ -58,9 +55,6 @@ struct hvm_vcpu {
spinlock_t tm_lock;
struct list_head tm_list;
- /* For AP startup */
- unsigned long init_sipi_sipi_state;
-
int xen_port;
bool_t flag_dr_dirty;