Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Browse files Browse the repository at this point in the history
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
  sparc32: forced setting of mode of sun4m per-cpu timers
  • Loading branch information
Linus Torvalds committed Jan 27, 2012
2 parents 2d3c7ef + e51e07e commit c75d5c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/sparc/kernel/sun4m_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ static void __init sun4m_init_timers(irq_handler_t counter_fn)
timers_global = (void __iomem *)
(unsigned long) addr[num_cpu_timers];

/* Every per-cpu timer works in timer mode */
sbus_writel(0x00000000, &timers_global->timer_config);

sbus_writel((((1000000/HZ) + 1) << 10), &timers_global->l10_limit);

master_l10_counter = &timers_global->l10_count;
Expand Down

0 comments on commit c75d5c5

Please sign in to comment.