Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144921
b: refs/heads/master
c: d15f05e
h: refs/heads/master
i:
  144919: 3ad5319
v: v3
  • Loading branch information
Oskar Schirmer authored and Chris Zankel committed May 12, 2009
1 parent 50d4d81 commit 31ea24b
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: 1fb137c1e33cd188b40b3c0d7283412efeeb783f
refs/heads/master: d15f05eb8cc4ad59699c16b8ae834b85c6d39bfe
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/include/asm/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

#ifdef CONFIG_XTENSA_CALIBRATE_CCOUNT
extern unsigned long ccount_per_jiffy;
extern unsigned long ccount_nsec;
extern unsigned long nsec_per_ccount;
#define CCOUNT_PER_JIFFY ccount_per_jiffy
#define NSEC_PER_CCOUNT ccount_nsec
#define NSEC_PER_CCOUNT nsec_per_ccount
#else
#define CCOUNT_PER_JIFFY (CONFIG_XTENSA_CPU_CLOCK*(1000000UL/HZ))
#define NSEC_PER_CCOUNT (1000UL / CONFIG_XTENSA_CPU_CLOCK)
Expand Down

0 comments on commit 31ea24b

Please sign in to comment.