Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56647
b: refs/heads/master
c: eb8d5f6
h: refs/heads/master
i:
  56645: bec7ccc
  56643: 4af2259
  56639: c36ded5
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed May 21, 2007
1 parent 8a2fdaf commit fc67315
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: 0a290593a053752d9629fb1276392ce35c26b348
refs/heads/master: eb8d5f6c0322e641ec32ed632dd3b02586205673
4 changes: 2 additions & 2 deletions trunk/include/asm-blackfin/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ unsigned long get_wchan(struct task_struct *p);
#define cpu_relax() barrier()

/* Get the Silicon Revision of the chip */
static inline uint32_t bfin_revid(void)
static inline __attribute_pure__ uint32_t bfin_revid(void)
{
/* stored in the upper 4 bits */
return bfin_read_CHIPID() >> 28;
}

static inline uint32_t bfin_compiled_revid(void)
static inline __attribute_pure__ uint32_t bfin_compiled_revid(void)
{
#if defined(CONFIG_BF_REV_0_0)
return 0;
Expand Down

0 comments on commit fc67315

Please sign in to comment.