[PATCH 1/2] Maple: register CPC925 EDAC device on all boards with CPC925
Dmitry Eremin-Solenikov
dbaryshkov at gmail.com
Sun May 22 04:15:50 EST 2011
On 5/21/11, Segher Boessenkool <segher at kernel.crashing.org> wrote:
>> Currently Maple setup code creates cpc925_edac device only on
>> Motorola ATCA-6101 blade. Make setup code check bridge revision
>> and enable EDAC on all U3 bridges.
>
> But the EDAC code only works on U3H (CPC925), not old U3.
Ack, corrected. Thank you for the info.
>
>> + if ((rev & 0xf0) != 0x30) { /* U3 */
>> + printk(KERN_ERR "%s: Non-CPC925(U3) bridge revision: %02x\n",
>
> Should be: if (rev >= 0x34 && rev <= 0x3f)
>
>
> Segher
>
>
--
With best wishes
Dmitry
More information about the Linuxppc-dev
mailing list