Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245614
b: refs/heads/master
c: 3928074
h: refs/heads/master
v: v3
  • Loading branch information
John Stultz authored and John Stultz committed Feb 21, 2011
1 parent 4814f29 commit b10a8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7861434fe9b5c9dad1bbb1f674cded95950e778e
refs/heads/master: 39280742efb00ab61ad62486c737fdd3e980c30f
4 changes: 1 addition & 3 deletions trunk/arch/sparc/kernel/time_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -816,14 +816,12 @@ void __init time_init(void)
clocksource_hz2mult(freq, SPARC64_NSEC_PER_CYC_SHIFT);

clocksource_tick.name = tick_ops->name;
clocksource_calc_mult_shift(&clocksource_tick, freq, 4);
clocksource_tick.read = clocksource_tick_read;

clocksource_register_hz(&clocksource_tick, freq);
printk("clocksource: mult[%x] shift[%d]\n",
clocksource_tick.mult, clocksource_tick.shift);

clocksource_register(&clocksource_tick);

sparc64_clockevent.name = tick_ops->name;
clockevents_calc_mult_shift(&sparc64_clockevent, freq, 4);

Expand Down

0 comments on commit b10a8b5

Please sign in to comment.