Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130844
b: refs/heads/master
c: df88acb
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Tony Lindgren committed Jan 29, 2009
1 parent 549b24a commit 9476dee
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: 0dffb5c57a1d76532e2f2c7398579bfce81c3e5c
refs/heads/master: df88acbbdc48d0bfe2a46bf2561d984b6d87a9ac
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-omap2/timer-gp.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ static void __init omap2_gp_clockevent_init(void)
clockevent_gpt.max_delta_ns =
clockevent_delta2ns(0xffffffff, &clockevent_gpt);
clockevent_gpt.min_delta_ns =
clockevent_delta2ns(1, &clockevent_gpt);
clockevent_delta2ns(3, &clockevent_gpt);
/* Timer internal resynch latency. */

clockevent_gpt.cpumask = cpumask_of(0);
clockevents_register_device(&clockevent_gpt);
Expand Down

0 comments on commit 9476dee

Please sign in to comment.