From: Aneesh Kumar K.V Date: Mon, 30 Mar 2015 05:11:04 +0000 (+0530) Subject: powerpc/mm/thp: Return pte address if we find trans_splitting. X-Git-Tag: omap-for-v4.1/fixes-rc1~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d6e7f7ffaba4e013c7a0589140431799bc17985;p=pandora-kernel.git powerpc/mm/thp: Return pte address if we find trans_splitting. For THP that is marked trans splitting, we return the pte. This require the callers to handle the pmd_trans_splitting scenario, if they care. All the current callers are either looking at pfn or write_ok, hence we don't need to update them. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed