Commit 23a14b9e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

kvm_setup_secondary_clock() is cpuinit

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2236d252
...@@ -128,7 +128,7 @@ static int kvm_register_clock(char *txt) ...@@ -128,7 +128,7 @@ static int kvm_register_clock(char *txt)
} }
#ifdef CONFIG_X86_LOCAL_APIC #ifdef CONFIG_X86_LOCAL_APIC
static void __devinit kvm_setup_secondary_clock(void) static void __cpuinit kvm_setup_secondary_clock(void)
{ {
/* /*
* Now that the first cpu already had this clocksource initialized, * Now that the first cpu already had this clocksource initialized,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment