[RFC PATCH 0/2] allow bootmem to be freed to allocator late

From: Chris Wright
Date: Fri Oct 23 2009 - 13:12:28 EST


Currently there is no way to release bootmem once the bootmem allocator
frees all unreserved memory. This adds the ability to free reserved
pages directly to the page allocator after the bootmem allocator metadata
is already freed. It's limited in scope since it's still all marked
__init, and creates a new entry point free_bootmem_late rather than
trying to do this automatically in free_bootmem. Hence the RFC...

With this we are able to do something like allocate swiotlb, and then
free it later if we discover we had a hw iommu that doesn't need swiotlb.

include/linux/bootmem.h | 1 +
mm/bootmem.c | 98 ++++++++++++++++++++++++++++++++++++----------
2 files changed, 77 insertions(+), 22 deletions(-)

thanks,
-chris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/