Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374225
b: refs/heads/master
c: e9b852b
h: refs/heads/master
i:
  374223: 7d234c2
v: v3
  • Loading branch information
Tomasz Figa authored and Olof Johansson committed Apr 28, 2013
1 parent e589bca commit ba59960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f9bb48a2c25a96757d13795ba7cc52687f94446f
refs/heads/master: e9b852b8a7bc0217a03afff07fad34093e087542
3 changes: 2 additions & 1 deletion trunk/drivers/clocksource/samsung_pwm_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ static void __init samsung_clockevent_init(void)
pwm.clock_count_per_tick = clock_rate / HZ;

time_event_device.cpumask = cpumask_of(0);
clockevents_config_and_register(&time_event_device, clock_rate, 1, -1);
clockevents_config_and_register(&time_event_device,
clock_rate, 1, pwm.tcnt_max);

irq_number = pwm.irq[pwm.event_id];
setup_irq(irq_number, &samsung_clock_event_irq);
Expand Down

0 comments on commit ba59960

Please sign in to comment.