mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
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 <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> ===================================================================
This commit is contained in:
parent
23952a96ae
commit
0253398ca1
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
#define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10))
|
#define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10))
|
||||||
|
|
||||||
#define BALLOON_CLASS_NAME "memory"
|
#define BALLOON_CLASS_NAME "xen_memory"
|
||||||
|
|
||||||
struct balloon_stats {
|
struct balloon_stats {
|
||||||
/* We aim for 'current allocation' == 'target allocation'. */
|
/* We aim for 'current allocation' == 'target allocation'. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user