]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/xen/balloon.c
xen: fix 2.6.27-rc5 xen balloon driver warnings
[linux-2.6-omap-h63xx.git] / drivers / xen / balloon.c
index d4427cb869791cd0f1b910f5371f78aefe42c626..2e15da5459cf6bd5b0e144a0fef70cccfa6549c3 100644 (file)
@@ -60,7 +60,7 @@
 
 #define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10))
 
-#define BALLOON_CLASS_NAME "memory"
+#define BALLOON_CLASS_NAME "xen_memory"
 
 struct balloon_stats {
        /* We aim for 'current allocation' == 'target allocation'. */