We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d3c7ef + e51e07e commit c75d5c5Copy full SHA for c75d5c5
arch/sparc/kernel/sun4m_irq.c
@@ -399,6 +399,9 @@ static void __init sun4m_init_timers(irq_handler_t counter_fn)
399
timers_global = (void __iomem *)
400
(unsigned long) addr[num_cpu_timers];
401
402
+ /* Every per-cpu timer works in timer mode */
403
+ sbus_writel(0x00000000, &timers_global->timer_config);
404
+
405
sbus_writel((((1000000/HZ) + 1) << 10), &timers_global->l10_limit);
406
407
master_l10_counter = &timers_global->l10_count;
0 commit comments