aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel/apic.c')
-rw-r--r--arch/x86_64/kernel/apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/apic.c b/arch/x86_64/kernel/apic.c
index 14751dda7dcf..673a2fe9923c 100644
--- a/arch/x86_64/kernel/apic.c
+++ b/arch/x86_64/kernel/apic.c
@@ -937,7 +937,7 @@ void smp_apic_timer_interrupt(struct pt_regs *regs)
937 * multi-chassis. Use available data to take a good guess. 937 * multi-chassis. Use available data to take a good guess.
938 * If in doubt, go HPET. 938 * If in doubt, go HPET.
939 */ 939 */
940__init int oem_force_hpet_timer(void) 940__cpuinit int oem_force_hpet_timer(void)
941{ 941{
942 int i, clusters, zeros; 942 int i, clusters, zeros;
943 unsigned id; 943 unsigned id;