From: Nicolas DET <nicolas@det-net.org>
To: linuxppc-dev@ozlabs.org
Cc: akpm@osdl.org
Subject: [PATCH] cputable: Correct IBM/750CXe rev3.x setup
Date: Sun, 6 Aug 2006 10:42:00 +0200 [thread overview]
Message-ID: <20060806104200.49c5f6bf.nicolas@det-net.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
This patch simply add an entry in the cputable to recognize correctly the IBM750CXe rev3.1. Only rev 2.x was correctly detected before.
Your sincerly
Nicolas DET
[-- Attachment #2: powerpc_750cxe_rev3.patch --]
[-- Type: application/octet-stream, Size: 684 bytes --]
--- linux-2.6.17.7.orig/arch/powerpc/kernel/cputable.c 2006-07-25 05:36:01.000000000 +0200
+++ linux-2.6.17.7_nico/arch/powerpc/kernel/cputable.c 2006-08-06 07:50:29.000000000 +0200
@@ -447,6 +447,18 @@
.cpu_setup = __setup_cpu_750cx,
.platform = "ppc750",
},
+ { /* 750CXe rev 3.1 (0008x311) */
+ .pvr_mask = 0xffff0fff,
+ .pvr_value = 0x00080311,
+ .cpu_name = "750CXe",
+ .cpu_features = CPU_FTRS_750,
+ .cpu_user_features = COMMON_USER,
+ .icache_bsize = 32,
+ .dcache_bsize = 32,
+ .num_pmcs = 4,
+ .cpu_setup = __setup_cpu_750cx,
+ .platform = "ppc750",
+ },
{ /* 750CXe "Gekko" (83214) */
.pvr_mask = 0xffffffff,
.pvr_value = 0x00083214,
next reply other threads:[~2006-08-06 9:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-06 8:42 Nicolas DET [this message]
2006-08-08 7:03 ` [PATCH] cputable: Correct IBM/750CXe rev3.x setup Paul Mackerras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060806104200.49c5f6bf.nicolas@det-net.org \
--to=nicolas@det-net.org \
--cc=akpm@osdl.org \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).