Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311799
b: refs/heads/master
c: 873e9f7
h: refs/heads/master
i:
  311797: 8e64dbf
  311795: 750b506
  311791: a67d905
v: v3
  • Loading branch information
Magnus Damm authored and Arnd Bergmann committed Jul 6, 2012
1 parent ec2425f commit bef3d7b
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: 78ee225fc1706821370f1147de4ce323f912f3a7
refs/heads/master: 873e9f7a3b8a5ca36085437da364654bfe3e5974
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-shmobile/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@
#include <mach/common.h>
#include <mach/emev2.h>

#ifdef CONFIG_ARCH_SH73A0
#define is_sh73a0() (machine_is_ag5evm() || machine_is_kota2() || \
of_machine_is_compatible("renesas,sh73a0"))
#else
#define is_sh73a0() (0)
#endif

#define is_r8a7779() machine_is_marzen()

#ifdef CONFIG_ARCH_EMEV2
Expand Down

0 comments on commit bef3d7b

Please sign in to comment.