]> git.baikalelectronics.ru Git - kernel.git/commit
xen: handle highmem pages correctly when shrinking a domain
authorIan Campbell <ian.campbell@citrix.com>
Fri, 23 Jan 2009 16:26:21 +0000 (16:26 +0000)
committerIngo Molnar <mingo@elte.hu>
Fri, 23 Jan 2009 17:55:28 +0000 (18:55 +0100)
commitc136a3c8d0d14412756a115a388622c6d899e34b
tree091c7d3adf9c045129b76c1757094dce7792cc08
parent45e1754750293c20b44708f32caaf0a80cc5bcfd
xen: handle highmem pages correctly when shrinking a domain

Commit cdb4ac55767068007b574126301fae22fb9796ab ("xen: actually release
memory when shrinking domain") causes a crash if the page being released
is a highmem page.

If a page is highmem then there is no need to unmap it.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/xen/balloon.c