|
@@ -87,7 +87,7 @@ struct balloon_stats balloon_stats;
|
|
|
EXPORT_SYMBOL_GPL(balloon_stats);
|
|
|
|
|
|
/* We increase/decrease in batches which fit in a page */
|
|
|
-static unsigned long frame_list[PAGE_SIZE / sizeof(unsigned long)];
|
|
|
+static xen_pfn_t frame_list[PAGE_SIZE / sizeof(unsigned long)];
|
|
|
|
|
|
#ifdef CONFIG_HIGHMEM
|
|
|
#define inc_totalhigh_pages() (totalhigh_pages++)
|