Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e37c299 authored by Adrian Bunk's avatar Adrian Bunk Committed by Avi Kivity
Browse files

x86: KVM guest: make kvm_smp_prepare_boot_cpu() static



This patch makes the needlessly global kvm_smp_prepare_boot_cpu() static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 0da1db75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ static void kvm_setup_secondary_clock(void)
#endif

#ifdef CONFIG_SMP
void __init kvm_smp_prepare_boot_cpu(void)
static void __init kvm_smp_prepare_boot_cpu(void)
{
	WARN_ON(kvm_register_clock("primary cpu clock"));
	native_smp_prepare_boot_cpu();