public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: exynos_defconfig: increase CONFIG_NR_CPUS value to 8
@ 2013-11-21 12:06 Bartlomiej Zolnierkiewicz
  2013-11-21 12:11 ` Tomasz Figa
  0 siblings, 1 reply; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2013-11-21 12:06 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

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
-- 
1.8.2.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: exynos_defconfig: increase CONFIG_NR_CPUS value to 8
  2013-11-21 12:06 [PATCH] ARM: exynos_defconfig: increase CONFIG_NR_CPUS value to 8 Bartlomiej Zolnierkiewicz
@ 2013-11-21 12:11 ` Tomasz Figa
  2013-11-25 23:29   ` Kukjin Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Figa @ 2013-11-21 12:11 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: exynos_defconfig: increase CONFIG_NR_CPUS value to 8
  2013-11-21 12:11 ` Tomasz Figa
@ 2013-11-25 23:29   ` Kukjin Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2013-11-25 23:29 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-25 23:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21 12:06 [PATCH] ARM: exynos_defconfig: increase CONFIG_NR_CPUS value to 8 Bartlomiej Zolnierkiewicz
2013-11-21 12:11 ` Tomasz Figa
2013-11-25 23:29   ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox