From: Julien Grall Date: Thu, 30 Jan 2014 12:56:34 +0000 (+0000) Subject: xen/gnttab: Use phys_addr_t to describe the grant frame base address X-Git-Tag: v3.14-rc1~25^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c542050d306e50f09512eb6339dbf2fc02fddd;p=pandora-kernel.git 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 Signed-off-by: Stefano Stabellini Acked-by: Ian Campbell Reviewed-by: David Vrabel --- Reading git-diff-tree failed