xen/balloon: make alloc_xenballoon_pages() always allocate low pages
[firefly-linux-kernel-4.4.55.git] / include / xen / balloon.h
index c8aee7a8b8d2095910c4de3846fdf79467b0c5f6..83efdeb243bf87903e772c29c64eea5f2272d0f4 100644 (file)
@@ -22,8 +22,7 @@ extern struct balloon_stats balloon_stats;
 
 void balloon_set_new_target(unsigned long target);
 
-int alloc_xenballooned_pages(int nr_pages, struct page **pages,
-               bool highmem);
+int alloc_xenballooned_pages(int nr_pages, struct page **pages);
 void free_xenballooned_pages(int nr_pages, struct page **pages);
 
 struct device;