Re: [PATCH 14/24] mm/lib/swiotlb: Use memblock apis for early memory allocations

2013-11-09 Thread Santosh Shilimkar
On Saturday 09 November 2013 11:55 AM, Konrad Rzeszutek Wilk wrote: > Santosh Shilimkar wrote: >> Switch to memblock interfaces for early memory allocator instead of >> bootmem allocator. No functional change in beahvior than what it is >> in current code from bootmem users points of view. >> >> A

Re: [PATCH 14/24] mm/lib/swiotlb: Use memblock apis for early memory allocations

2013-11-09 Thread Konrad Rzeszutek Wilk
Santosh Shilimkar wrote: >Switch to memblock interfaces for early memory allocator instead of >bootmem allocator. No functional change in beahvior than what it is >in current code from bootmem users points of view. > >Archs already converted to NO_BOOTMEM now directly use memblock >interfaces inst