xen: make sure xen_max_p2m_pfn is up to date
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 15 Sep 2010 20:32:49 +0000 (13:32 -0700)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Fri, 22 Oct 2010 19:57:30 +0000 (12:57 -0700)
Keep xen_max_p2m_pfn up to date with the end of the extra memory
we're adding.  It is possible that it will be too high since memory
may be truncated by a "mem=" option on the kernel command line, but
that won't matter.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

No differences found