Skip to content

Commit 0253398

Browse files
jsgfIngo Molnar
authored andcommitted
xen: fix 2.6.27-rc5 xen balloon driver warnings
Set the class so it doesn't clash with the normal memory class. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> ===================================================================
1 parent 23952a9 commit 0253398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/xen/balloon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
#define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10))
6262

63-
#define BALLOON_CLASS_NAME "memory"
63+
#define BALLOON_CLASS_NAME "xen_memory"
6464

6565
struct balloon_stats {
6666
/* We aim for 'current allocation' == 'target allocation'. */

0 commit comments

Comments
 (0)