stop early_alloc_page correctly (bug#17)

This commit is contained in:
NAKAMURA Gou
2013-05-17 11:57:17 +09:00
parent 0fdf3d3411
commit 31b83e0b41

View File

@@ -683,7 +683,7 @@ void ihk_mc_reserve_arch_pages(unsigned long start, unsigned long end,
void ihk_mc_set_page_allocator(struct ihk_mc_pa_ops *ops) void ihk_mc_set_page_allocator(struct ihk_mc_pa_ops *ops)
{ {
last_page = NULL; last_page = (void *)-1;
pa_ops = ops; pa_ops = ops;
} }