projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23952a9
)
xen: fix 2.6.27-rc5 xen balloon driver warnings
author
Jeremy Fitzhardinge
<jeremy@goop.org>
Mon, 8 Sep 2008 16:54:49 +0000
(09:54 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 8 Sep 2008 18:21:15 +0000
(20:21 +0200)
Set the class so it doesn't clash with the normal memory class.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
===================================================================
drivers/xen/balloon.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/xen/balloon.c
b/drivers/xen/balloon.c
index d4427cb869791cd0f1b910f5371f78aefe42c626..2e15da5459cf6bd5b0e144a0fef70cccfa6549c3 100644
(file)
--- a/
drivers/xen/balloon.c
+++ b/
drivers/xen/balloon.c
@@
-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'. */