Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225816
b: refs/heads/master
c: b460ddb
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Dec 22, 2010
1 parent 6f30623 commit 48626c5
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: 4f9272bfe8fca7e6d9e2f44eb78fd2c3ecdf9a0e
refs/heads/master: b460ddbbe29a45cc13e3f13314ec9aed7e9412f2
6 changes: 1 addition & 5 deletions trunk/arch/arm/mach-ns9xxx/time-ns9360.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ static struct clocksource ns9360_clocksource = {
.rating = 300,
.read = ns9360_clocksource_read,
.mask = CLOCKSOURCE_MASK(32),
.shift = 20,
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
};

Expand Down Expand Up @@ -148,10 +147,7 @@ static void __init ns9360_timer_init(void)

__raw_writel(tc, SYS_TC(TIMER_CLOCKSOURCE));

ns9360_clocksource.mult = clocksource_hz2mult(ns9360_cpuclock(),
ns9360_clocksource.shift);

clocksource_register(&ns9360_clocksource);
clocksource_register_hz(&ns9360_clocksource, ns9360_cpuclock());

latch = SH_DIV(ns9360_cpuclock(), HZ, 0);

Expand Down

0 comments on commit 48626c5

Please sign in to comment.