From: Isaku Yamahata Date: Wed, 2 Apr 2008 17:53:52 +0000 (-0700) Subject: xen: add missing definitions for xen grant table which ia64/xen needs X-Git-Tag: v2.6.26-rc1~1065^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e27cf6288c6bf089ed34a72213d9ad16e82d84;p=pandora-kernel.git xen: add missing definitions for xen grant table which ia64/xen needs Add xen handles realted definitions for grant table which ia64/xen needs. Pointer argumsnts for ia64/xen hypercall are passed in pseudo physical address (guest physical address) so that it is required to convert guest kernel virtual address into pseudo physical address right before issuing hypercall. The xen guest handle represents such arguments. Define necessary handles and helper functions. Signed-off-by: Isaku Yamahata Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed