On Wed, Nov 30, 2011 at 05:20:22PM +1100, Benjamin Herrenschmidt wrote:
> On Wed, 2011-11-30 at 16:24 +1100, Tony Breeds wrote:
> 
> > +           cpu@1 {
> > +                   device_type = "cpu";
> > +                   model = "PowerPC,476";
> > +                   reg = <1>;
> > +                   clock-frequency = <1600000000>; // 1.6 GHz
> > +                   timebase-frequency = <100000000>; // 100Mhz
> > +                   i-cache-line-size = <32>;
> > +                   d-cache-line-size = <32>;
> > +                   i-cache-size = <32768>;
> > +                   d-cache-size = <32768>;
> > +                   dcr-controller;
> > +                   dcr-access-method = "native";
> > +                   status = "disabled";
> 
> disabled ? really ?

This is ePAPR.  All non-boot CPUs are supposed to have status =
"disabled" to indicate that they won't be available until explicitly
enabled via the enable-method.

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to