]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen: grant: use xen_pfn_t type for frame_list.
authorIan Campbell <ian.campbell@citrix.com>
Wed, 17 Oct 2012 08:39:14 +0000 (09:39 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 4 Dec 2012 17:44:23 +0000 (12:44 -0500)
commit3fd44381088073682cc92d5e2af3e9519b54e319
tree5fcbffcdb269c2aa2901283a93fdd00642c7d203
parent1086f622027f262dd635a7d777356b4296defca3
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 <stefano.stabellini@eu.citrix.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/arm/include/asm/xen/interface.h
arch/arm/xen/grant-table.c
arch/x86/include/asm/xen/interface.h
drivers/xen/grant-table.c
include/xen/grant_table.h
include/xen/interface/grant_table.h