commit | 975fac3c4f38e0b47514abdb689548a8e9971081 | [log] [tgz] |
---|---|---|
author | Shannon Zhao <shannon.zhao@linaro.org> | Thu Apr 07 20:03:20 2016 +0800 |
committer | David Vrabel <david.vrabel@citrix.com> | Wed Jul 06 10:34:42 2016 +0100 |
tree | 5586ff26983898f289b97032e18e5391f2061d97 | |
parent | 243848fc018cb98c2a70c39fe1f93eb266c79835 [diff] |
Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn Make xen_xlate_map_ballooned_pages work with 64K pages. In that case Kernel pages are 64K in size but Xen pages remain 4K in size. Xen pfns refer to 4K pages. Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org> Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Reviewed-by: Julien Grall <julien.grall@arm.com> Tested-by: Julien Grall <julien.grall@arm.com>