Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311526
b: refs/heads/master
c: 6ae42bb
h: refs/heads/master
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and Rafael J. Wysocki committed Jun 20, 2012
1 parent 1e4ac9c commit e1cae19
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: 4d6344f3c943a5ff1fd8dcbd7be61ebdef1d0285
refs/heads/master: 6ae42bb22b40254e6488bbfe47f970620ab6d433
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 @@ -25,7 +25,12 @@
#define is_sh73a0() (machine_is_ag5evm() || machine_is_kota2() || \
of_machine_is_compatible("renesas,sh73a0"))
#define is_r8a7779() machine_is_marzen()

#ifdef CONFIG_ARCH_EMEV2
#define is_emev2() of_machine_is_compatible("renesas,emev2")
#else
#define is_emev2() (0)
#endif

static unsigned int __init shmobile_smp_get_core_count(void)
{
Expand Down

0 comments on commit e1cae19

Please sign in to comment.