Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254763
b: refs/heads/master
c: 27ea7fd
h: refs/heads/master
i:
  254761: 7a98492
  254759: cc63878
v: v3
  • Loading branch information
Sangbeom Kim authored and Kukjin Kim committed Jul 5, 2011
1 parent 457f8eb commit 2b930d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bb8bb57b213f63ffba29b3a7f1c7974782b8127d
refs/heads/master: 27ea7fd2889eb93041480b18de655b1ff003e05d
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-s5p/s5p-time.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,11 @@ static void __init s5p_clocksource_init(void)

clock_rate = clk_get_rate(tin_source);

init_sched_clock(&cd, s5p_update_sched_clock, 32, clock_rate);

s5p_time_setup(timer_source.source_id, TCNT_MAX);
s5p_time_start(timer_source.source_id, PERIODIC);

init_sched_clock(&cd, s5p_update_sched_clock, 32, clock_rate);

if (clocksource_register_hz(&time_clocksource, clock_rate))
panic("%s: can't register clocksource\n", time_clocksource.name);
}
Expand Down

0 comments on commit 2b930d2

Please sign in to comment.