projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da1db7
)
x86: KVM guest: make kvm_smp_prepare_boot_cpu() static
author
Adrian Bunk
<bunk@kernel.org>
Mon, 30 Jun 2008 22:19:19 +0000
(
01:19
+0300)
committer
Avi Kivity
<avi@qumranet.com>
Sun, 20 Jul 2008 09:42:37 +0000
(12:42 +0300)
This patch makes the needlessly global kvm_smp_prepare_boot_cpu() static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kernel/kvmclock.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/kvmclock.c
b/arch/x86/kernel/kvmclock.c
index 87edf1ceb1df32c3afd62d1de44801c286922f7e..d02def06ca91540dd174f219eee8fe6eee6f095c 100644
(file)
--- a/
arch/x86/kernel/kvmclock.c
+++ b/
arch/x86/kernel/kvmclock.c
@@
-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();