diff options
author | Julien Grall <julien.grall@linaro.org> | 2014-01-30 13:56:34 +0100 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2014-01-30 13:56:34 +0100 |
commit | 47c542050d306e50f09512eb6339dbf2fc02fddd (patch) | |
tree | 581ba02825b2cc2bdd36569d50ebfcaa3b83f4e8 /drivers/xen/gntdev.c | |
parent | xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t) (diff) | |
download | linux-47c542050d306e50f09512eb6339dbf2fc02fddd.tar.xz linux-47c542050d306e50f09512eb6339dbf2fc02fddd.zip |
xen/gnttab: Use phys_addr_t to describe the grant frame base address
On ARM, address size can be 32 bits or 64 bits (if CONFIG_ARCH_PHYS_ADDR_T_64BIT
is enabled).
We can't assume that the grant frame base address will always fits in an
unsigned long. Use phys_addr_t instead of unsigned long as argument for
gnttab_setup_auto_xlat_frames.
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
Diffstat (limited to 'drivers/xen/gntdev.c')
0 files changed, 0 insertions, 0 deletions