]> xenbits.xensource.com Git - mini-os.git/commitdiff
gnttab: drop GNTMAP_can_fail xen-4.16.0-rc4 xen-RELEASE-4.16.0 xen-RELEASE-4.16.1 xen-RELEASE-4.16.2 xen-RELEASE-4.16.3 xen-RELEASE-4.16.4
authorJan Beulich <jbeulich@suse.com>
Thu, 26 Aug 2021 10:20:26 +0000 (12:20 +0200)
committerWei Liu <wl@xen.org>
Tue, 31 Aug 2021 15:59:08 +0000 (15:59 +0000)
There's neither documentation of what this flag is supposed to mean, nor
any implementation in the hypervisor.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
include/xen/grant_table.h

index 018036e825f8f2999812cdb089f7fa2195789231..2e9ebc6c5dab8e88928e8f7995ed523322f96e23 100644 (file)
@@ -627,9 +627,6 @@ DEFINE_XEN_GUEST_HANDLE(gnttab_cache_flush_t);
 #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).