Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148551
b: refs/heads/master
c: bc4d6f3
h: refs/heads/master
i:
  148549: 76d38f7
  148547: ac7d8b5
  148543: 7f3de34
v: v3
  • Loading branch information
Robin Getz authored and Mike Frysinger committed Jun 12, 2009
1 parent 0d39cd8 commit 0c60f6c
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: fecbd7366bf5a39eaae2c03541f0b412f319534f
refs/heads/master: bc4d6f36db4b24bf328a5fd70038a2e609b9f028
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ unsigned long get_wchan(struct task_struct *p);
/* Get the Silicon Revision of the chip */
static inline uint32_t __pure bfin_revid(void)
{
/* stored in the upper 4 bits */
uint32_t revid = bfin_read_CHIPID() >> 28;
/* Always use CHIPID, to work around ANOMALY_05000234 */
uint32_t revid = (bfin_read_CHIPID() & CHIPID_VERSION) >> 28;

#ifdef CONFIG_BF52x
/* ANOMALY_05000357
Expand Down

0 comments on commit 0c60f6c

Please sign in to comment.