mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
kvm_setup_secondary_clock() is cpuinit
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
2236d252e0
commit
23a14b9e9d
@ -128,7 +128,7 @@ static int kvm_register_clock(char *txt)
|
||||
}
|
||||
|
||||
#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,
|
||||
|
Loading…
Reference in New Issue
Block a user