Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245613
b: refs/heads/master
c: 7861434
h: refs/heads/master
i:
  245611: e61111a
v: v3
  • Loading branch information
John Stultz authored and John Stultz committed Feb 21, 2011
1 parent caf151c commit 4814f29
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b8f39f7dfe12d4c8402c493a24fbf1e21d086771
refs/heads/master: 7861434fe9b5c9dad1bbb1f674cded95950e778e
3 changes: 1 addition & 2 deletions trunk/arch/alpha/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,7 @@ static struct clocksource clocksource_rpcc = {

static inline void register_rpcc_clocksource(long cycle_freq)
{
clocksource_calc_mult_shift(&clocksource_rpcc, cycle_freq, 4);
clocksource_register(&clocksource_rpcc);
clocksource_register_hz(&clocksource_rpcc, cycle_freq);
}
#else /* !CONFIG_SMP */
static inline void register_rpcc_clocksource(long cycle_freq)
Expand Down

0 comments on commit 4814f29

Please sign in to comment.