From e208b9f7d0f5628bb042589078f9bab964987362 Mon Sep 17 00:00:00 2001 From: Jon Loeliger Date: Sat, 17 Jun 2006 17:52:40 -0500 Subject: [PATCH] --- yaml --- r: 28775 b: refs/heads/master c: 9674ed38d8e4a9ce15c61b4306ef803cad0e1dc0 h: refs/heads/master i: 28773: 5457d128886a7daec667ec7a3b8978cf6c0d4682 28771: 920cfd9f7bcb091891ed8718753d7576f6aac6de 28767: 8d6356908a33ed9a1f05cf1ae80497a175de407b v: v3 --- [refs] | 2 +- trunk/arch/powerpc/kernel/cputable.c | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9f52711a89ee..4872418c60aa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96abe9358becb543c21121699c711897374bcbdf +refs/heads/master: 9674ed38d8e4a9ce15c61b4306ef803cad0e1dc0 diff --git a/trunk/arch/powerpc/kernel/cputable.c b/trunk/arch/powerpc/kernel/cputable.c index abf7d42a8b07..1c114880dc05 100644 --- a/trunk/arch/powerpc/kernel/cputable.c +++ b/trunk/arch/powerpc/kernel/cputable.c @@ -722,6 +722,18 @@ struct cpu_spec cpu_specs[] = { .oprofile_type = PPC_OPROFILE_G4, .platform = "ppc7450", }, + { /* 8641 */ + .pvr_mask = 0xffffffff, + .pvr_value = 0x80040010, + .cpu_name = "8641", + .cpu_features = CPU_FTRS_7447A, + .cpu_user_features = COMMON_USER | PPC_FEATURE_HAS_ALTIVEC_COMP, + .icache_bsize = 32, + .dcache_bsize = 32, + .num_pmcs = 6, + .cpu_setup = __setup_cpu_745x + }, + { /* 82xx (8240, 8245, 8260 are all 603e cores) */ .pvr_mask = 0x7fff0000, .pvr_value = 0x00810000,