Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19723
b: refs/heads/master
c: afe5df2
h: refs/heads/master
i:
  19721: 395caaa
  19719: e468abb
v: v3
  • Loading branch information
Richard Purdie authored and Russell King committed Feb 1, 2006
1 parent 28dc741 commit 5dafb13
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: f27f218cdfb12c9d2b285ec4a0bce588b5c531d3
refs/heads/master: afe5df208e6ecd09b7d1acf36eb2cf945842bee5
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/pxa27x.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ unsigned int get_clk_frequency_khz( int info)

/* Read clkcfg register: it has turbo, b, half-turbo (and f) */
asm( "mrc\tp14, 0, %0, c6, c0, 0" : "=r" (clkcfg) );
t = clkcfg & (1 << 1);
t = clkcfg & (1 << 0);
ht = clkcfg & (1 << 2);
b = clkcfg & (1 << 3);

Expand Down

0 comments on commit 5dafb13

Please sign in to comment.