From: Jeremy Fitzhardinge Date: Fri, 27 Aug 2010 22:18:19 +0000 (-0700) Subject: xen: defer building p2m mfn structures until kernel is mapped X-Git-Tag: v2.6.37-rc1~93^3~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a847502b0338351cebd8fc0c68ac796cfadbbd;p=pandora-kernel.git xen: defer building p2m mfn structures until kernel is mapped When building mfn parts of p2m structure, we rely on being able to use mfn_to_virt, which in turn requires kernel to be mapped into the linear area (which is distinct from the kernel image mapping on 64-bit). Defer calling xen_build_mfn_list_list() until after xen_setup_kernel_pagetable(); Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed