aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/paravirt.h')
-rw-r--r--arch/x86/include/asm/paravirt.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h
index fd81228e8037..283efcaac8af 100644
--- a/arch/x86/include/asm/paravirt.h
+++ b/arch/x86/include/asm/paravirt.h
@@ -16,10 +16,9 @@
16#include <linux/cpumask.h> 16#include <linux/cpumask.h>
17#include <asm/frame.h> 17#include <asm/frame.h>
18 18
19static inline void load_sp0(struct tss_struct *tss, 19static inline void load_sp0(unsigned long sp0)
20 struct thread_struct *thread)
21{ 20{
22 PVOP_VCALL2(pv_cpu_ops.load_sp0, tss, thread); 21 PVOP_VCALL1(pv_cpu_ops.load_sp0, sp0);
23} 22}
24 23
25/* The paravirtualized CPUID instruction. */ 24/* The paravirtualized CPUID instruction. */