aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorChristoph Egger <Christoph.Egger@amd.com>2011-04-13 14:14:32 +0100
committerChristoph Egger <Christoph.Egger@amd.com>2011-04-13 14:14:32 +0100
commitac904f69e1b89d9cb70855aaae396cb79ffad8cc (patch)
treee7e9b25010f43d365401b3faf90df8a961a10071 /xen/include/asm-x86/hvm/vcpu.h
parentd0c9dab138e5d449eb46dfd384af6ca9e5b539ee (diff)
downloadxen-ac904f69e1b89d9cb70855aaae396cb79ffad8cc.tar.gz
xen-ac904f69e1b89d9cb70855aaae396cb79ffad8cc.tar.bz2
xen-ac904f69e1b89d9cb70855aaae396cb79ffad8cc.zip
x86/hvm/asid: Use C99 integer types for asid numbers
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index a5e3401fe0..eabecaaccc 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -100,8 +100,8 @@ struct hvm_vcpu {
bool_t hcall_preempted;
bool_t hcall_64bit;
- u64 asid_generation;
- u32 asid;
+ uint64_t asid_generation;
+ uint32_t asid;
u32 msr_tsc_aux;