Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347751
b: refs/heads/master
c: 83e877a
h: refs/heads/master
i:
  347749: da7c903
  347747: 334b272
  347743: 8d49cf3
v: v3
  • Loading branch information
Kukjin Kim committed Dec 19, 2012
1 parent 99258dc commit e880c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 12fee1949e2b302009026ce28e4ef6fac721d7ea
refs/heads/master: 83e877a334eb5ff14f6e822b6f3d8d31b5057be2
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-exynos/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ static void __init exynos_smp_prepare_cpus(unsigned int max_cpus)
{
int i;

if (!soc_is_exynos5250())
if (!(soc_is_exynos5250() || soc_is_exynos5440()))
scu_enable(scu_base_addr());

/*
Expand Down

0 comments on commit e880c72

Please sign in to comment.