summaryrefslogtreecommitdiff
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2009-08-20 18:55:35 +0530
committerKumar Gala <galak@kernel.crashing.org>2009-08-28 17:12:41 -0500
commit3b1f243b8dad30a646a0f056b0268519eadbc3c5 (patch)
treecae6a72bacbbd5497de5571de47b6faaf84340e8 /include/asm-ppc
parent76b474e2f5a223fcabfeaa4f1c8fb699062b986c (diff)
85xx: Added CONFIG_MAX_CPUS for P1020
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/config.h b/include/asm-ppc/config.h
index fd7961c04..5670d06a4 100644
--- a/include/asm-ppc/config.h
+++ b/include/asm-ppc/config.h
@@ -38,8 +38,8 @@
#endif
#endif
-#if defined(CONFIG_MPC8572) || defined(CONFIG_P2020) \
- || defined(CONFIG_MPC8641)
+#if defined(CONFIG_MPC8572) || defined(CONFIG_P1020) || \
+ defined(CONFIG_P2020) || defined(CONFIG_MPC8641)
#define CONFIG_MAX_CPUS 2
#else
#define CONFIG_MAX_CPUS 1