Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127113
b: refs/heads/master
c: bc39ac6
h: refs/heads/master
i:
  127111: 9b936c0
v: v3
  • Loading branch information
Nick Andrew authored and Bryan Wu committed Jan 7, 2009
1 parent 562f18d commit d009410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 75aca61b1fc76f46da79d1a4ec393faa19005927
refs/heads/master: bc39ac66808a49d64e6add3e01d3b0fdeaa49d22
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-common/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static int bfin_target(struct cpufreq_policy *policy,
bfin_write_TSCALE(tscale);
cycles = get_cycles();
SSYNC();
cycles += 10; /* ~10 cycles we loose after get_cycles() */
cycles += 10; /* ~10 cycles we lose after get_cycles() */
__bfin_cycles_off += (cycles << __bfin_cycles_mod) - (cycles << index);
__bfin_cycles_mod = index;
local_irq_restore(flags);
Expand Down

0 comments on commit d009410

Please sign in to comment.