From: Konrad Rzeszutek Wilk Date: Fri, 30 Mar 2012 18:33:14 +0000 (-0400) Subject: xen/p2m: An early bootup variant of set_phys_to_machine X-Git-Tag: v3.5-rc1~89^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940713bb2ce3033f468a220094a07250a2f69bdd;p=pandora-kernel.git xen/p2m: An early bootup variant of set_phys_to_machine During early bootup we can't use alloc_page, so to allocate leaf pages in the P2M we need to use extend_brk. For that we are utilizing the early_alloc_p2m and early_alloc_p2m_middle functions to do the job for us. This function follows the same logic as set_phys_to_machine. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed