Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225823
b: refs/heads/master
c: 894cf56
h: refs/heads/master
i:
  225821: 5c5c05a
  225819: 02712a4
  225815: 6f30623
  225807: dac4eba
  225791: 1cb66b2
v: v3
  • Loading branch information
Russell King committed Dec 22, 2010
1 parent 0075352 commit c6a06be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: da797478c1ba05a858c7719a02ce0856a5bb69ce
refs/heads/master: 894cf56b1a64b65360086c2c890c2ae7f257793f
5 changes: 1 addition & 4 deletions trunk/arch/arm/mach-w90x900/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ static struct clocksource clocksource_nuc900 = {
.rating = 200,
.read = nuc900_get_cycles,
.mask = CLOCKSOURCE_MASK(TDR_SHIFT),
.shift = 10,
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
};

Expand All @@ -176,9 +175,7 @@ static void __init nuc900_clocksource_init(void)
val |= (COUNTEN | PERIOD | PRESCALE);
__raw_writel(val, REG_TCSR1);

clocksource_nuc900.mult =
clocksource_khz2mult((rate / 1000), clocksource_nuc900.shift);
clocksource_register(&clocksource_nuc900);
clocksource_register_hz(&clocksource_nuc900, rate);
}

static void __init nuc900_timer_init(void)
Expand Down

0 comments on commit c6a06be

Please sign in to comment.