mm.h: eliminate global pa_allocator

This commit is contained in:
Balazs Gerofi
2016-09-21 06:24:19 -04:00
parent 0d8d915d82
commit 0f7462ae1c

View File

@ -72,7 +72,7 @@ struct ihk_mc_memory_node {
unsigned long ihk_mc_get_memory_address(enum ihk_mc_gma_type, int);
struct ihk_page_allocator_desc *pa_allocator;
struct ihk_page_allocator_desc;
void ihk_mc_reserve_arch_pages(struct ihk_page_allocator_desc *pa_allocator,
unsigned long start, unsigned long end,
void (*cb)(struct ihk_page_allocator_desc *,