From: Jan Beulich Date: Thu, 26 Aug 2021 10:21:08 +0000 (+0200) Subject: gnttab: drop GNTMAP_can_fail X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0bb720b3c486bd3de62b8c32282eb5fa192b87f3;p=xtf.git gnttab: drop GNTMAP_can_fail See https://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=d07b7ed8b564f48ff14922ac20347fb33bb27ffb Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper --- diff --git a/include/xen/grant_table.h b/include/xen/grant_table.h index b61f4db..929f10e 100644 --- a/include/xen/grant_table.h +++ b/include/xen/grant_table.h @@ -196,9 +196,6 @@ typedef union { #define _GNTMAP_contains_pte 4 #define GNTMAP_contains_pte (1 << _GNTMAP_contains_pte) -#define _GNTMAP_can_fail 5 -#define GNTMAP_can_fail (1 << _GNTMAP_can_fail) - /* * Bits to be placed in guest kernel available PTE bits (architecture * dependent; only supported when XENFEAT_gnttab_map_avail_bits is set).