diff options
Diffstat (limited to 'include/asm-x86/paravirt.h')
-rw-r--r-- | include/asm-x86/paravirt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/paravirt.h b/include/asm-x86/paravirt.h index 4782be68d0fa..e95c2a655165 100644 --- a/include/asm-x86/paravirt.h +++ b/include/asm-x86/paravirt.h | |||
@@ -115,7 +115,7 @@ struct pv_cpu_ops { | |||
115 | /* MSR, PMC and TSR operations. | 115 | /* MSR, PMC and TSR operations. |
116 | err = 0/-EFAULT. wrmsr returns 0/-EFAULT. */ | 116 | err = 0/-EFAULT. wrmsr returns 0/-EFAULT. */ |
117 | u64 (*read_msr)(unsigned int msr, int *err); | 117 | u64 (*read_msr)(unsigned int msr, int *err); |
118 | int (*write_msr)(unsigned int msr, u64 val); | 118 | int (*write_msr)(unsigned int msr, unsigned low, unsigned high); |
119 | 119 | ||
120 | u64 (*read_tsc)(void); | 120 | u64 (*read_tsc)(void); |
121 | u64 (*read_pmc)(int counter); | 121 | u64 (*read_pmc)(int counter); |