diff options
Diffstat (limited to 'arch/arm/mach-exynos/platsmp.c')
-rw-r--r-- | arch/arm/mach-exynos/platsmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c index 50b9aad5e27b..70d1e65a51d8 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c | |||
@@ -190,7 +190,7 @@ static void __init exynos_smp_init_cpus(void) | |||
190 | void __iomem *scu_base = scu_base_addr(); | 190 | void __iomem *scu_base = scu_base_addr(); |
191 | unsigned int i, ncores; | 191 | unsigned int i, ncores; |
192 | 192 | ||
193 | if (read_cpuid_part_number() == ARM_CPU_PART_CORTEX_A9) | 193 | if (read_cpuid_part() == ARM_CPU_PART_CORTEX_A9) |
194 | ncores = scu_base ? scu_get_core_count(scu_base) : 1; | 194 | ncores = scu_base ? scu_get_core_count(scu_base) : 1; |
195 | else | 195 | else |
196 | /* | 196 | /* |
@@ -216,7 +216,7 @@ static void __init exynos_smp_prepare_cpus(unsigned int max_cpus) | |||
216 | 216 | ||
217 | exynos_sysram_init(); | 217 | exynos_sysram_init(); |
218 | 218 | ||
219 | if (read_cpuid_part_number() == ARM_CPU_PART_CORTEX_A9) | 219 | if (read_cpuid_part() == ARM_CPU_PART_CORTEX_A9) |
220 | scu_enable(scu_base_addr()); | 220 | scu_enable(scu_base_addr()); |
221 | 221 | ||
222 | /* | 222 | /* |