Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162739
b: refs/heads/master
c: e78feaa
h: refs/heads/master
i:
  162737: a62adb6
  162735: 647766d
v: v3
  • Loading branch information
Graf Yang authored and Mike Frysinger committed Sep 17, 2009
1 parent 71c2e13 commit 1686580
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 3289651a9767556822adbd492be957a1287ffd3f
refs/heads/master: e78feaaeeb9bbf78f961917d72d692802ac110e8
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ config CYCLES_CLOCKSOURCE
writing the registers will most likely crash the kernel.

config GPTMR0_CLOCKSOURCE
bool "Use GPTimer0 as a clocksource (higher rating)"
bool "Use GPTimer0 as a clocksource"
select BFIN_GPTIMERS
depends on GENERIC_CLOCKEVENTS
depends on !TICKSOURCE_GPTMR0
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/kernel/time-ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static cycle_t bfin_read_cycles(struct clocksource *cs)

static struct clocksource bfin_cs_cycles = {
.name = "bfin_cs_cycles",
.rating = 350,
.rating = 400,
.read = bfin_read_cycles,
.mask = CLOCKSOURCE_MASK(64),
.shift = 22,
Expand Down Expand Up @@ -115,7 +115,7 @@ static cycle_t bfin_read_gptimer0(void)

static struct clocksource bfin_cs_gptimer0 = {
.name = "bfin_cs_gptimer0",
.rating = 400,
.rating = 350,
.read = bfin_read_gptimer0,
.mask = CLOCKSOURCE_MASK(32),
.shift = 22,
Expand Down

0 comments on commit 1686580

Please sign in to comment.