Re: [PATCH 3/8] Split out the logic that allocates struct iommus

2008-02-04 Thread Benjamin Herrenschmidt
On Wed, 2008-01-30 at 01:13 +1100, Michael Ellerman wrote: > Split out the logic that allocates a struct iommu into a separate > function. This can fail however the calling code has never cared - so > just return if we can't allocate an iommu. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED

[PATCH 3/8] Split out the logic that allocates struct iommus

2008-01-29 Thread Michael Ellerman
Split out the logic that allocates a struct iommu into a separate function. This can fail however the calling code has never cared - so just return if we can't allocate an iommu. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/iommu.c | 20 ---