mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 20:40:53 +07:00
ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
12fee1949e
commit
83e877a334
@ -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());
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user