summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/processor.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-06-18 08:23:01 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-06-30 08:24:22 -0500
commit480f61790565d77432b70b4016b73f2ae27d530f (patch)
tree4c6db90668cfcd3c5d7254fda0329d562d4edbaa /include/asm-ppc/processor.h
parent3e88337b225bf796f6df21d0a7f591530e9d4ce0 (diff)
downloadblackbird-obmc-uboot-480f61790565d77432b70b4016b73f2ae27d530f.tar.gz
blackbird-obmc-uboot-480f61790565d77432b70b4016b73f2ae27d530f.zip
86xx: Add CPU_TYPE_ENTRY support
Unify with 83xx and 85xx and use CPU_TYPE_ENTRY. We are going to use this to convey the # of cores and DDR width in the near future so its good to keep in sync. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc/processor.h')
-rw-r--r--include/asm-ppc/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h
index e7db1c6abf..65546adbca 100644
--- a/include/asm-ppc/processor.h
+++ b/include/asm-ppc/processor.h
@@ -1021,7 +1021,7 @@ struct cpu_type {
struct cpu_type *identify_cpu(u32 ver);
-#if defined(CONFIG_MPC85xx)
+#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)
#define CPU_TYPE_ENTRY(n, v) \
{ .name = #n, .soc_ver = SVR_##v, }
#else
OpenPOWER on IntegriCloud