Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191723
b: refs/heads/master
c: e294105
h: refs/heads/master
i:
  191721: 161d4db
  191719: 100ac1b
v: v3
  • Loading branch information
Nicolas Ferre authored and Russell King committed Apr 14, 2010
1 parent 6ab40c3 commit 7c7e4a8
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: 67be0b8dbaffc5ecdcc4dae3c8824a5197204c55
refs/heads/master: e2941054ed596dd67a6094b7aca165af1b1f9926
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-at91/include/mach/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define ARCH_ID_AT91SAM9260 0x019803a0
#define ARCH_ID_AT91SAM9261 0x019703a0
#define ARCH_ID_AT91SAM9263 0x019607a0
#define ARCH_ID_AT91SAM9G10 0x819903a0
#define ARCH_ID_AT91SAM9G10 0x019903a0
#define ARCH_ID_AT91SAM9G20 0x019905a0
#define ARCH_ID_AT91SAM9RL64 0x019b03a0
#define ARCH_ID_AT91SAM9G45 0x819b05a0
Expand Down Expand Up @@ -108,7 +108,7 @@ static inline unsigned long at91cap9_rev_identify(void)
#endif

#ifdef CONFIG_ARCH_AT91SAM9G10
#define cpu_is_at91sam9g10() (at91_cpu_identify() == ARCH_ID_AT91SAM9G10)
#define cpu_is_at91sam9g10() ((at91_cpu_identify() & ~AT91_CIDR_EXT) == ARCH_ID_AT91SAM9G10)
#else
#define cpu_is_at91sam9g10() (0)
#endif
Expand Down

0 comments on commit 7c7e4a8

Please sign in to comment.