Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322637
b: refs/heads/master
c: beafa0d
h: refs/heads/master
i:
  322635: fa71cee
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Sep 9, 2012
1 parent 796d8e4 commit 2cbc460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad72907acd2943304c292ae36960bb66e6dc23c9
refs/heads/master: beafa0de3d3e0d0ece7638cded879815f359f1cb
1 change: 1 addition & 0 deletions trunk/arch/arm/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ void __init init_current_timer_delay(unsigned long freq)
{
pr_info("Switching to timer-based delay loop\n");
lpj_fine = freq / HZ;
loops_per_jiffy = lpj_fine;
arm_delay_ops.delay = __timer_delay;
arm_delay_ops.const_udelay = __timer_const_udelay;
arm_delay_ops.udelay = __timer_udelay;
Expand Down

0 comments on commit 2cbc460

Please sign in to comment.