[PATCH v2] Check name property to determine partition nodes.

2009-01-23 Thread Benjamin Krill
SLOF has a further node which could not be evaluate by the current routine. The current routine returns because the node hasn't the required reg property. As fix this patch adds a check to determine the partition child nodes. If the node is not an partition the number of total partitions will be de

Re: [PATCH v2] Check name property to determine partition nodes.

2009-03-24 Thread Benjamin Krill
>>On Fri, 2009-01-23 at 17:18 +0100, Benjamin Krill wrote: >>> SLOF has a further node which could not be evaluate >>> by the current routine. The current routine returns >>> because the node hasn't the required reg property. As >>> fix this patch adds a check to determine the partition >>> child n

Re: [PATCH v2] Check name property to determine partition nodes.

2009-03-24 Thread David Woodhouse
On Tue, 2009-03-24 at 14:27 +0100, Benjamin Krill wrote: > >>On Fri, 2009-01-23 at 17:18 +0100, Benjamin Krill wrote: > >>> SLOF has a further node which could not be evaluate > >>> by the current routine. The current routine returns > >>> because the node hasn't the required reg property. As > >>>

Re: [PATCH v2] Check name property to determine partition nodes.

2009-02-03 Thread Benjamin Herrenschmidt
On Fri, 2009-01-23 at 17:18 +0100, Benjamin Krill wrote: > SLOF has a further node which could not be evaluate > by the current routine. The current routine returns > because the node hasn't the required reg property. As > fix this patch adds a check to determine the partition > child nodes. If the

Re: [PATCH v2] Check name property to determine partition nodes.

2009-02-17 Thread Benjamin Krill
* Benjamin Herrenschmidt | 2009-02-04 15:09:02 [+1100]: >On Fri, 2009-01-23 at 17:18 +0100, Benjamin Krill wrote: >> SLOF has a further node which could not be evaluate >> by the current routine. The current routine returns >> because the node hasn't the required reg property. As >> fix this patch