From: Juergen Gross Date: Fri, 28 Nov 2014 10:53:56 +0000 (+0100) Subject: x86: Introduce function to get pmd entry pointer X-Git-Tag: omap-for-v3.19/fixes-rc1~69^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=792230c3a66b3d17d6dcca712866d24f2283d4a6;p=pandora-kernel.git x86: Introduce function to get pmd entry pointer Introduces lookup_pmd_address() to get the address of the pmd entry related to a virtual address in the current address space. This function is needed for support of a virtual mapped sparse p2m list in xen pv domains, as we need the address of the pmd entry, not the one of the pte in that case. Signed-off-by: Juergen Gross Signed-off-by: David Vrabel --- Reading git-diff-tree failed