From: Ian Campbell Date: Wed, 17 Oct 2012 08:39:14 +0000 (+0100) Subject: xen: grant: use xen_pfn_t type for frame_list. X-Git-Tag: v3.7-rc3~37^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef32f89298c094b6ed76c0c4981b7a51e939cb71;p=pandora-kernel.git xen: grant: use xen_pfn_t type for frame_list. This correctly sizes it as 64 bit on ARM but leaves it as unsigned long on x86 (therefore no intended change on x86). The long and ulong guest handles are now unused (and a bit dangerous) so remove them. Acked-by: Stefano Stabellini Signed-off-by: Ian Campbell Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed