Skip to content

Commit

Permalink
arm/xen: Drop duplicate define mfn_to_virt
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Grall <julien.grall@citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
  • Loading branch information
Julien Grall authored and David Vrabel committed Jun 17, 2015
1 parent 548f7c9 commit 90d73c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/include/asm/xen/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <xen/interface/grant_table.h>

#define phys_to_machine_mapping_valid(pfn) (1)
#define mfn_to_virt(m) (__va(mfn_to_pfn(m) << PAGE_SHIFT))

#define pte_mfn pte_pfn
#define mfn_pte pfn_pte
Expand Down

0 comments on commit 90d73c4

Please sign in to comment.