From: Konrad Rzeszutek Wilk Date: Fri, 22 Mar 2013 14:34:28 +0000 (-0400) Subject: xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup. X-Git-Tag: v3.9-rc5~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3eb2c89e7ba996e8781b22a6e7d0a895ef55630;p=pandora-kernel.git xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup. We move the setting of write_cr3 from the early bootup variant (see git commit 0cc9129d75ef8993702d97ab0e49542c15ac6ab9 "x86-64, xen, mmu: Provide an early version of write_cr3.") to a more appropiate location. This new location sets all of the other non-early variants of pvops calls - and most importantly is before the alternative_asm mechanism kicks in. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed