xen/mm: Alter is_iomem_page() to use mfn_t
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 6 Feb 2017 13:54:03 +0000 (13:54 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 6 Feb 2017 16:56:00 +0000 (16:56 +0000)
commit2733b800c9a2086d46379d3eb3f480eb5fd433ea
treed2507080ab49a4469ff355f204e7311f51054125
parent55a04feaa1f8ab6ef7d723fbb1d39c6b96ad184a
xen/mm: Alter is_iomem_page() to use mfn_t

Switch its return type to bool to match its use, and simplify the ARM
implementation slightly.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Julien Grall <julien.grall@arm.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/arm/mm.c
xen/arch/x86/mm.c
xen/arch/x86/mm/p2m.c
xen/common/grant_table.c
xen/include/asm-arm/p2m.h
xen/include/asm-x86/mm.h