Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257871
b: refs/heads/master
c: 072a5cf
h: refs/heads/master
i:
  257869: 7f2c3ed
  257867: f38fc13
  257863: 388d584
  257855: ba43145
v: v3
  • Loading branch information
Mike Frysinger committed Jul 23, 2011
1 parent 18e5827 commit 40aa8b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b648072d3ef5d68cc9fa392dae19f8adc82231b7
refs/heads/master: 072a5cff2fcaa4648c98bea6d549fac7ee4174fe
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void __init setup_core_timer(void)
u32 tcount;

/* power up the timer, but don't enable it just yet */
bfin_write_TCNTL(1);
bfin_write_TCNTL(TMPWR);
CSYNC();

/* the TSCALE prescaler counter */
Expand All @@ -64,7 +64,7 @@ void __init setup_core_timer(void)
/* now enable the timer */
CSYNC();

bfin_write_TCNTL(7);
bfin_write_TCNTL(TAUTORLD | TMREN | TMPWR);
}
#endif

Expand Down

0 comments on commit 40aa8b1

Please sign in to comment.