Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277423
b: refs/heads/master
c: 63e4963
h: refs/heads/master
i:
  277421: f1169d5
  277419: 11bc8e8
  277415: 67d9ecf
  277407: 6f115b4
v: v3
  • Loading branch information
John Stultz authored and John Stultz committed Nov 22, 2011
1 parent 4636aec commit 3d45964
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: 010f3f1692b22f8ddabdccc6526915e181e49447
refs/heads/master: 63e496340f07b58925f690451c93171d9b04fe1e
6 changes: 1 addition & 5 deletions trunk/arch/parisc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ static struct clocksource clocksource_cr16 = {
.rating = 300,
.read = read_cr16,
.mask = CLOCKSOURCE_MASK(BITS_PER_LONG),
.mult = 0, /* to be set */
.shift = 22,
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
};

Expand Down Expand Up @@ -270,7 +268,5 @@ void __init time_init(void)

/* register at clocksource framework */
current_cr16_khz = PAGE0->mem_10msec/10; /* kHz */
clocksource_cr16.mult = clocksource_khz2mult(current_cr16_khz,
clocksource_cr16.shift);
clocksource_register(&clocksource_cr16);
clocksource_register_khz(&clocksource_cr16, current_cr16_khz);
}

0 comments on commit 3d45964

Please sign in to comment.