aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/apic/apic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index 2d75faf743f2..87d721a1f3cc 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -563,6 +563,7 @@ static void setup_APIC_timer(void)
563 levt->cpumask = cpumask_of(smp_processor_id()); 563 levt->cpumask = cpumask_of(smp_processor_id());
564 564
565 if (this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) { 565 if (this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) {
566 levt->name = "lapic-deadline";
566 levt->features &= ~(CLOCK_EVT_FEAT_PERIODIC | 567 levt->features &= ~(CLOCK_EVT_FEAT_PERIODIC |
567 CLOCK_EVT_FEAT_DUMMY); 568 CLOCK_EVT_FEAT_DUMMY);
568 levt->set_next_event = lapic_next_deadline; 569 levt->set_next_event = lapic_next_deadline;