summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/cpu.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2012-08-17 08:20:23 +0000
committerAndy Fleming <afleming@freescale.com>2012-08-23 12:16:54 -0500
commit5b6b85ae639e5c7e822970bdb29337d9e4b16e28 (patch)
tree0b7caa9ba9b012eff6c4412b95ac29160f3bcb62 /arch/powerpc/cpu/mpc85xx/cpu.c
parent123bd96d533190a207c9fcea84ae6328732a16cc (diff)
Add e6500 processor detection
Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/cpu.c')
-rw-r--r--arch/powerpc/cpu/mpc85xx/cpu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c
index c1815e8860d..8d2ef9ffc72 100644
--- a/arch/powerpc/cpu/mpc85xx/cpu.c
+++ b/arch/powerpc/cpu/mpc85xx/cpu.c
@@ -117,6 +117,9 @@ int checkcpu (void)
case PVR_VER_E5500:
puts("E5500");
break;
+ case PVR_VER_E6500:
+ puts("E6500");
+ break;
default:
puts("Unknown");
break;