]> www.infradead.org Git - users/jedix/linux-maple.git/commit
arm/xen: Drop pte_mfn and mfn_pte
authorJulien Grall <julien.grall@citrix.com>
Tue, 21 Jul 2015 16:57:20 +0000 (17:57 +0100)
committerJoao Martins <joao.m.martins@oracle.com>
Sun, 27 Mar 2016 01:01:04 +0000 (02:01 +0100)
commit4e07148ead5f9c7ae74e170b206fa64dbe5602c4
treec4bea7e5f73cfdd7e841c56e91d36d8e02a8f245
parent709af5ba8b0e038c6b6eb88d7dc648786abdcf94
arm/xen: Drop pte_mfn and mfn_pte

They are not used in common code expect in one place in balloon.c which is
only compiled when Linux is using PV MMU. It's not the case on ARM.

Rather than worrying how to handle the 64KB case, drop them.

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
(cherry picked from commit 5031612b5eaf15cb6471c6e936a515090810c8f1)
Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
arch/arm/include/asm/xen/page.h