diff mbox

ARM: exynos_defconfig: increase CONFIG_NR_CPUS value to 8

Message ID 1511364.Pd4tSi34z7@amdc1032 (mailing list archive)
State New, archived
Headers show

Commit Message

Bartlomiej Zolnierkiewicz Nov. 21, 2013, 12:06 p.m. UTC
Current CONFIG_NR_CPUS value (2) is too small for:
- EXYNOS4412 (4 cores)
- EXYNOS5440 (4 cores)
- EXYNOS5410 (8 cores)
- EXYNOS5420 (8 cores)

Set CONFIG_NR_CPUS to 8 so it is correct for all currently
supported SoCs.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/exynos_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tomasz Figa Nov. 21, 2013, 12:11 p.m. UTC | #1
Hi Bart,

On Thursday 21 of November 2013 13:06:06 Bartlomiej Zolnierkiewicz wrote:
> Current CONFIG_NR_CPUS value (2) is too small for:
> - EXYNOS4412 (4 cores)
> - EXYNOS5440 (4 cores)
> - EXYNOS5410 (8 cores)
> - EXYNOS5420 (8 cores)
> 
> Set CONFIG_NR_CPUS to 8 so it is correct for all currently
> supported SoCs.
> 
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
>  arch/arm/configs/exynos_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Definitely a change we want to have.

Reviewed-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kim Kukjin Nov. 25, 2013, 11:29 p.m. UTC | #2
Tomasz Figa wrote:
> 
> Hi Bart,
> 
> On Thursday 21 of November 2013 13:06:06 Bartlomiej Zolnierkiewicz wrote:
> > Current CONFIG_NR_CPUS value (2) is too small for:
> > - EXYNOS4412 (4 cores)
> > - EXYNOS5440 (4 cores)
> > - EXYNOS5410 (8 cores)
> > - EXYNOS5420 (8 cores)
> >
> > Set CONFIG_NR_CPUS to 8 so it is correct for all currently
> > supported SoCs.
> >
> > Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> > Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > ---
> >  arch/arm/configs/exynos_defconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Definitely a change we want to have.
> 
> Reviewed-by: Tomasz Figa <t.figa@samsung.com>
> 
Applied and you can see this in my tree in a couple of days.

Thanks,
Kukjin

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index ad7dfbb..aec8a3e 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -13,7 +13,7 @@  CONFIG_S3C24XX_PWM=y
 CONFIG_ARCH_EXYNOS5=y
 CONFIG_MACH_EXYNOS4_DT=y
 CONFIG_SMP=y
-CONFIG_NR_CPUS=2
+CONFIG_NR_CPUS=8
 CONFIG_PREEMPT=y
 CONFIG_AEABI=y
 CONFIG_HIGHMEM=y