Re: [PATCH] powerpc: fix swiotlb to respect the boot option

2010-03-17 Thread Albert Herranz
FUJITA Tomonori wrote: powerpc initializes swiotlb before parsing the kernel boot options so swiotlb options (e.g. specifying the swiotlb buffer size) are ignored. Any time before freeing bootmem works for swiotlb so this patch moves powerpc's swiotlb initialization after parsing the kernel

[PATCH] powerpc: fix swiotlb to respect the boot option

2010-03-16 Thread FUJITA Tomonori
powerpc initializes swiotlb before parsing the kernel boot options so swiotlb options (e.g. specifying the swiotlb buffer size) are ignored. Any time before freeing bootmem works for swiotlb so this patch moves powerpc's swiotlb initialization after parsing the kernel boot options, mem_init (as