[PATCH] ppc64: SMU partition recovery

Olaf Hering olh at suse.de
Tue Nov 8 23:29:52 EST 2005


 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.

-- 
short story of a lazy sysadmin:
 alias appserv=wotan



More information about the Linuxppc64-dev mailing list