From: Jeremy Fitzhardinge Date: Mon, 26 May 2008 22:31:18 +0000 (+0100) Subject: xen: make phys_to_machine structure dynamic X-Git-Tag: v2.6.27-rc1~1106^2~251^24~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d451bb7aa852627bdf7be7937dc3d9d9f261b235;p=pandora-kernel.git xen: make phys_to_machine structure dynamic We now support the use of memory hotplug, so the physical to machine page mapping structure must be dynamic. This is implemented as a two-level radix tree structure, which allows us to efficiently incrementally allocate memory for the p2m table as new pages are added. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed