From 9c02217342b431de9ca99a3ad6a3febe423a32f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 29 May 2012 18:50:32 +0200 Subject: [PATCH] PPC: Add PVR identifiers for 440 and 460 cpus * from QEMU, 440EP is 0x4222. * from the datasheet, 460EX is 0x1302. --- headers/private/kernel/arch/ppc/arch_cpu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/private/kernel/arch/ppc/arch_cpu.h b/headers/private/kernel/arch/ppc/arch_cpu.h index e65acbec64..b48adf1548 100644 --- a/headers/private/kernel/arch/ppc/arch_cpu.h +++ b/headers/private/kernel/arch/ppc/arch_cpu.h @@ -187,8 +187,10 @@ enum ppc_processor_version { IBMPOWER3 = 0x0041, MPC860 = 0x0050, MPC8240 = 0x0081, + AMCC460EX = 0x1302, IBM405GP = 0x4011, IBM405L = 0x4161, + AMCC440EP = 0x4222, IBM750FX = 0x7000, MPC7450 = 0x8000, MPC7455 = 0x8001,