projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39d41b0
)
ARM: exynos: Skip scu_enable if using Exynos3250
author
Chanwoo Choi
<cw00.choi@samsung.com>
Thu, 10 Jul 2014 03:03:34 +0000
(12:03 +0900)
committer
Chanho Park
<chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:10 +0000
(12:00 +0900)
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
arch/arm/mach-exynos/platsmp.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/platsmp.c
b/arch/arm/mach-exynos/platsmp.c
index
aad827f
..
3525597
100644
(file)
--- a/
arch/arm/mach-exynos/platsmp.c
+++ b/
arch/arm/mach-exynos/platsmp.c
@@
-201,7
+201,7
@@
static void __init exynos_smp_prepare_cpus(unsigned int max_cpus)
{
int i;
- if (!(soc_is_exynos5250() || soc_is_exynos5440()))
+ if (!(soc_is_exynos
3250() || soc_is_exynos
5250() || soc_is_exynos5440()))
scu_enable(scu_base_addr());
/*