[PATCH] cputable: Correct IBM/750CXe rev3.x setup

STALE7298d

2 messages, 2 authors, 2006-08-08 · open the first message on its own page

[PATCH] cputable: Correct IBM/750CXe rev3.x setup

From: Nicolas DET <hidden>
Date: 2006-08-06 09:06:04

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

Re: [PATCH] cputable: Correct IBM/750CXe rev3.x setup

From: Paul Mackerras <hidden>
Date: 2006-08-08 07:03:31

Nicolas DET writes:
This patch simply add an entry in the cputable to recognize
correctly the IBM750CXe rev3.1. Only rev 2.x was correctly detected
before.
[Patch annoyingly as an attachment...]

+	{	/* 750CXe rev 3.1 (0008x311) */
+		.pvr_mask		= 0xffff0fff,
+		.pvr_value		= 0x00080311,
+		.cpu_name		= "750CXe",

Any reason to make this so specific?  The rest of the entry is
identical to the ones we have for PVR values 0x0008221x and
0x00083214 (except that you missed out PPC_FEATURE_PPC_LE).
It looks to me like we could collapse all three into a single entry
with a suitable pvr_mask value (say 0xffff0e00?).

(akpm - consider this a nack)

Paul.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help