Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162810
b: refs/heads/master
c: 2608441
h: refs/heads/master
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Sep 17, 2009
1 parent 7fb2d54 commit 874f3d2
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: fff9c815291d5f4132976ac337337ea5813663e6
refs/heads/master: 2608441164fde82b7fc0dd050ca0c46be0df23f8
2 changes: 1 addition & 1 deletion trunk/arch/mips/include/asm/octeon/cvmx.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ static inline void cvmx_write_csr(uint64_t csr_addr, uint64_t val)
* what RSL read we do, so we choose CVMX_MIO_BOOT_BIST_STAT
* because it is fast and harmless.
*/
if ((csr_addr >> 40) == (0x800118))
if (((csr_addr >> 40) & 0x7ffff) == (0x118))
cvmx_read64(CVMX_MIO_BOOT_BIST_STAT);
}

Expand Down

0 comments on commit 874f3d2

Please sign in to comment.