aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/kvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/kvm.c b/arch/x86/kernel/kvm.c
index b8ef6305cf35..56e2fa4a8b13 100644
--- a/arch/x86/kernel/kvm.c
+++ b/arch/x86/kernel/kvm.c
@@ -529,7 +529,7 @@ arch_initcall(activate_jump_labels);
529#ifdef CONFIG_PARAVIRT_SPINLOCKS 529#ifdef CONFIG_PARAVIRT_SPINLOCKS
530 530
531/* Kick a cpu by its apicid. Used to wake up a halted vcpu */ 531/* Kick a cpu by its apicid. Used to wake up a halted vcpu */
532void kvm_kick_cpu(int cpu) 532static void kvm_kick_cpu(int cpu)
533{ 533{
534 int apicid; 534 int apicid;
535 unsigned long flags = 0; 535 unsigned long flags = 0;