[PATCH 2/8] mm: alloc_contig_freed_pages() added
From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-07-05 11:30:30
Also in:
linux-media, linux-mm, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-07-05 11:30:30
Also in:
linux-media, linux-mm, lkml
On Tuesday 05 July 2011, Marek Szyprowski wrote:
From: KAMEZAWA Hiroyuki <redacted> This commit introduces alloc_contig_freed_pages() function which allocates (ie. removes from buddy system) free pages in range. Caller has to guarantee that all pages in range are in buddy system. Along with this function, a free_contig_pages() function is provided which frees all (or a subset of) pages allocated with alloc_contig_free_pages(). Michal Nazarewicz has modified the function to make it easier to allocate not MAX_ORDER_NR_PAGES aligned pages by making it return pfn of one-past-the-last allocated page. Signed-off-by: KAMEZAWA Hiroyuki <redacted> Signed-off-by: Michal Nazarewicz <redacted> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> CC: Michal Nazarewicz <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>