summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJianhua Xie <Jianhua.Xie@freescale.com>2015-04-27 10:44:07 (GMT)
committerHonghua Yin <Hong-Hua.Yin@freescale.com>2015-04-28 08:45:52 (GMT)
commit643a1e03bf9c7a62044ea9380d6e82f1971f6e44 (patch)
tree7f9d92018f0b4bfd3cb47f00e32a1b53a02a898c /arch
parente9b1861b0216c487382d0bdb25d3c0cc857b00d9 (diff)
downloadlinux-fsl-qoriq-643a1e03bf9c7a62044ea9380d6e82f1971f6e44.tar.xz
powerpc/defconfig: Correct NR_CPUS for FMAN V3L platform
There are 24 cpus/threads only for FMAN V3H platform. For FMAN V3L platform like T10xx, there are only 4 cpus/threads. Signed-off-by: Jianhua Xie <jianhua.xie@freescale.com> Change-Id: Idd5acc067b3e7bda9e4a6c39538f9c4078e34016 Reviewed-on: http://git.am.freescale.net:8181/35651 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Madalin-Cristian Bucur <madalin.bucur@freescale.com> Reviewed-by: Honghua Yin <Hong-Hua.Yin@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig b/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig
index 8bbb913..658a924 100644
--- a/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig
+++ b/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig
@@ -1,7 +1,7 @@
CONFIG_PPC64=y
CONFIG_PPC_BOOK3E_64=y
CONFIG_SMP=y
-CONFIG_NR_CPUS=24
+CONFIG_NR_CPUS=4
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_IRQ_DOMAIN_DEBUG=y