Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5471eeef authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: Set CLK_EVT_FEAT_DYNIRQ flag memory mapped timers"

parents b9a5f347 1d202808
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -286,6 +286,7 @@ static void __cpuinit __arch_timer_setup(unsigned type,
			clk->set_next_event = arch_timer_set_next_event_phys;
		}
	} else {
		clk->features |= CLOCK_EVT_FEAT_DYNIRQ;
		clk->name = "arch_mem_timer";
		clk->rating = 400;
		clk->cpumask = cpu_all_mask;