xen: fix for contiguous region API in kernel 3.13
authorJijiang Liu <jijiang.liu@intel.com>
Tue, 3 Jun 2014 12:59:33 +0000 (20:59 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 9 Jun 2014 15:50:04 +0000 (17:50 +0200)
commit6f0ce7b9cd490e1efd0b39cbc74e7881327eff77
tree4607c157228c0b1686c3bfa28f8e2a029996442f
parent5ebbb17281645b23359fbd49133bb639b63ba88c
xen: fix for contiguous region API in kernel 3.13

Since Linux kernel version 3.13.0,
the xen_create/destroy_contiguous_region() API has been changed,
and the first parameter is physical address in the API.

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
Acked-by: Huawei Xie <huawei.xie@intel.com>
Tested-by: Heng Ding <hengx.ding@intel.com>
lib/librte_eal/linuxapp/xen_dom0/dom0_mm_misc.c