aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/vmx_virpit.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-x86/vmx_virpit.h')
-rw-r--r--xen/include/asm-x86/vmx_virpit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/vmx_virpit.h b/xen/include/asm-x86/vmx_virpit.h
index 1ba907cf3c..6a0a4edab7 100644
--- a/xen/include/asm-x86/vmx_virpit.h
+++ b/xen/include/asm-x86/vmx_virpit.h
@@ -20,7 +20,7 @@ struct vmx_virpit_t {
int vector; /* the pit irq vector */
unsigned int period; /* the frequency. e.g. 10ms*/
unsigned int channel; /* the pit channel, counter 0~2 */
- unsigned long *intr_bitmap;
+ u64 *intr_bitmap;
unsigned int pending_intr_nr; /* the couner for pending timer interrupts */
unsigned long long inject_point; /* the time inject virt intr */
struct ac_timer pit_timer; /* periodic timer for mode 2*/