aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/paravirt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/paravirt.h')
-rw-r--r--include/asm-x86/paravirt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/paravirt.h b/include/asm-x86/paravirt.h
index d1780e32722e..4782be68d0fa 100644
--- a/include/asm-x86/paravirt.h
+++ b/include/asm-x86/paravirt.h
@@ -118,7 +118,7 @@ struct pv_cpu_ops {
118 int (*write_msr)(unsigned int msr, u64 val); 118 int (*write_msr)(unsigned int msr, u64 val);
119 119
120 u64 (*read_tsc)(void); 120 u64 (*read_tsc)(void);
121 u64 (*read_pmc)(void); 121 u64 (*read_pmc)(int counter);
122 122
123 /* These two are jmp to, not actually called. */ 123 /* These two are jmp to, not actually called. */
124 void (*irq_enable_syscall_ret)(void); 124 void (*irq_enable_syscall_ret)(void);