Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326614
b: refs/heads/master
c: a4d9b33
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij committed Aug 9, 2012
1 parent 7fcd004 commit 359202d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8035217324d52a316c4dd109736f9ebd5124951
refs/heads/master: a4d9b33be02bd826e09ddfebdd8ac4ccdf1aeee3
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-ux500/include/mach/id.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ static inline bool __attribute_const__ cpu_is_u8500(void)
return dbx500_partnumber() == 0x8500;
}

static inline bool __attribute_const__ cpu_is_u8520(void)
{
return dbx500_partnumber() == 0x8520;
}

static inline bool __attribute_const__ cpu_is_u9540(void)
{
return dbx500_partnumber() == 0x9540;
Expand Down

0 comments on commit 359202d

Please sign in to comment.