[PATCH] ppc64: SMU partition recovery

Benjamin Herrenschmidt benh at kernel.crashing.org
Wed Nov 9 08:07:45 EST 2005


On Tue, 2005-11-08 at 13:29 +0100, Olaf Hering wrote:
>  On Mon, Nov 07, Benjamin Herrenschmidt wrote:
> 
> 
> >  prom_add_property(struct device_node* np, struct property* prop)
> >  {
> 
> > +	/* try to add to proc as well if it was initialized */
> > +	if (np->pde)
> > +		proc_device_tree_add_prop(np->pde, prop);
> 
> proc_device_tree_add_prop does not exist on iseries, unless
> CONFIG_PROC_DEVICETREE is enabled. I did not have the pleasure to boot a
> recent kernel on iSeries, so I cant say if everyone has now usable content
> below /proc/device-tee. Perhaps CONFIG_PROC_DEVICETREE should disappear.

Yes, thanks.

Ben.





More information about the Linuxppc64-dev mailing list