Re: [PATCH 2/2] iommu: Update platform initialisation of iommu to use it_page_shift

2013-10-01 Thread Alistair Popple
On Tue, 1 Oct 2013 14:12:29 Michael Ellerman wrote: On Tue, Oct 01, 2013 at 01:54:10PM +1000, Alistair Popple wrote: This patch initialises the iommu page size used for vio, cell, powernv and pseries platforms to 4K. It has been boot tested on a pseries machine with vio. This patch

[PATCH 2/2] iommu: Update platform initialisation of iommu to use it_page_shift

2013-09-30 Thread Alistair Popple
This patch initialises the iommu page size used for vio, cell, powernv and pseries platforms to 4K. It has been boot tested on a pseries machine with vio. Signed-off-by: Alistair Popple alist...@popple.id.au --- arch/powerpc/kernel/vio.c | 20 +++-

Re: [PATCH 2/2] iommu: Update platform initialisation of iommu to use it_page_shift

2013-09-30 Thread Michael Ellerman
On Tue, Oct 01, 2013 at 01:54:10PM +1000, Alistair Popple wrote: This patch initialises the iommu page size used for vio, cell, powernv and pseries platforms to 4K. It has been boot tested on a pseries machine with vio. This patch fixes the build errors introduced by the previous patch right?