Browse Source

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>
Al Viro 16 years ago
parent
commit
23a14b9e9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/kernel/kvmclock.c

+ 1 - 1
arch/x86/kernel/kvmclock.c

@@ -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,