Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115171
b: refs/heads/master
c: 1390da4
h: refs/heads/master
i:
  115169: d8bff7f
  115167: 0f6852e
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Oct 16, 2008
1 parent 111a912 commit 37b6de7
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: ed061b7ac8afb1181c6195aa502a8a7ef7ac3015
refs/heads/master: 1390da4ee75168b6e4d8354e93e3b5f0a0291f2f
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/include/asm/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ typedef unsigned long long cycles_t;
static inline cycles_t get_cycles(void)
{
unsigned long tmp, tmp2;
__asm__("%0 = cycles; %1 = cycles2;" : "=d"(tmp), "=d"(tmp2));
__asm__ __volatile__("%0 = cycles; %1 = cycles2;" : "=d"(tmp), "=d"(tmp2));
return tmp | ((cycles_t)tmp2 << 32);
}

Expand Down

0 comments on commit 37b6de7

Please sign in to comment.