From: Juergen Gross Date: Fri, 28 Nov 2014 10:53:54 +0000 (+0100) Subject: xen: Delay m2p_override initialization X-Git-Tag: omap-for-v3.19/fixes-rc1~69^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97f4533a60ce5d0cb35ff44a190111f81a987620;p=pandora-kernel.git xen: Delay m2p_override initialization The m2p overrides are used to be able to find the local pfn for a foreign mfn mapped into the domain. They are used by driver backends having to access frontend data. As this functionality isn't used in early boot it makes no sense to initialize the m2p override functions very early. It can be done later without doing any harm, removing the need for allocating memory via extend_brk(). While at it make some m2p override functions static as they are only used internally. Signed-off-by: Juergen Gross Reviewed-by: David Vrabel Reviewed-by: Konrad Rzeszutek Wilk Signed-off-by: David Vrabel --- Reading git-diff-tree failed