Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225811
b: refs/heads/master
c: b7c7c50
h: refs/heads/master
i:
  225809: ccb297d
  225807: dac4eba
v: v3
  • Loading branch information
Russell King committed Dec 22, 2010
1 parent 815e87b commit ffe7a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 08963dab7c6b0ba6a687cb008299eabbbeff7282
refs/heads/master: b7c7c50adcf0d9c901542c5db8d795fe226bb454
6 changes: 1 addition & 5 deletions trunk/arch/arm/mach-ixp4xx/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,18 +411,14 @@ static struct clocksource clocksource_ixp4xx = {
.rating = 200,
.read = ixp4xx_get_cycles,
.mask = CLOCKSOURCE_MASK(32),
.shift = 20,
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
};

unsigned long ixp4xx_timer_freq = FREQ;
EXPORT_SYMBOL(ixp4xx_timer_freq);
static void __init ixp4xx_clocksource_init(void)
{
clocksource_ixp4xx.mult =
clocksource_hz2mult(ixp4xx_timer_freq,
clocksource_ixp4xx.shift);
clocksource_register(&clocksource_ixp4xx);
clocksource_register_hz(&clocksource_ixp4xx, ixp4xx_timer_freq);
}

/*
Expand Down

0 comments on commit ffe7a4b

Please sign in to comment.