From: Aneesh Kumar K.V Date: Mon, 10 Sep 2012 02:52:50 +0000 (+0000) Subject: powerpc/mm: Convert virtual address to vpn X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~10^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5524a27d39b68770f203d8d42eb5a95dde4933bc;p=pandora-kernel.git powerpc/mm: Convert virtual address to vpn This patch convert different functions to take virtual page number instead of virtual address. Virtual page number is virtual address shifted right by VPN_SHIFT (12) bits. This enable us to have an address range of upto 76 bits. Reviewed-by: Paul Mackerras Signed-off-by: Aneesh Kumar K.V Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed