Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72769
b: refs/heads/master
c: 11c03a6
h: refs/heads/master
i:
  72767: 28e14e1
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Oct 29, 2007
1 parent 9fe5b66 commit c885f93
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c984c87826a6e3b2adae1fab8d5bddcf26af8c78
refs/heads/master: 11c03a6faa471ae37f4fd3db79389ae6297b66db
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/cevt-gt641xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ static int __init gt641xx_timer0_clockevent_init(void)

cd = &gt641xx_timer0_clockevent;
cd->rating = 200 + gt641xx_base_clock / 10000000;
clockevent_set_clock(cd, gt641xx_base_clock);
cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd);
cd->min_delta_ns = clockevent_delta2ns(0x300, cd);
clockevent_set_clock(cd, gt641xx_base_clock);

clockevents_register_device(&gt641xx_timer0_clockevent);

Expand Down

0 comments on commit c885f93

Please sign in to comment.