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

Paul Mackerras paulus at samba.org
Tue Aug 8 17:03:31 EST 2006


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.



More information about the Linuxppc-dev mailing list