projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12fee19
)
ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440
author
Kukjin Kim
<kgene.kim@samsung.com>
Thu, 6 Dec 2012 06:32:14 +0000
(15:32 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Wed, 19 Dec 2012 03:00:25 +0000
(19:00 -0800)
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/platsmp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-exynos/platsmp.c
b/arch/arm/mach-exynos/platsmp.c
index 4ca8ff14a5bfe99dc587bce680fb4afbb4d634a5..c5c840e947b88030156c95c99933891a43416974 100644
(file)
--- a/
arch/arm/mach-exynos/platsmp.c
+++ b/
arch/arm/mach-exynos/platsmp.c
@@
-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());
/*