xen/balloon: rationalize memory hotplug stats
[firefly-linux-kernel-4.4.55.git] / include / xen / balloon.h
index cc2e1a7e44ecc0cc54764e6db9ffc3cd0b23dbac..c8aee7a8b8d2095910c4de3846fdf79467b0c5f6 100644 (file)
@@ -11,14 +11,11 @@ struct balloon_stats {
        /* Number of pages in high- and low-memory balloons. */
        unsigned long balloon_low;
        unsigned long balloon_high;
+       unsigned long total_pages;
        unsigned long schedule_delay;
        unsigned long max_schedule_delay;
        unsigned long retry_count;
        unsigned long max_retry_count;
-#ifdef CONFIG_XEN_BALLOON_MEMORY_HOTPLUG
-       unsigned long hotplug_pages;
-       unsigned long balloon_hotplug;
-#endif
 };
 
 extern struct balloon_stats balloon_stats;