mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
xen: update grant_table.h
Update include/xen/interface/grant_table.h to its newest version. This allows to drop some private definitions in grant-table.c and include/xen/grant_table.h. Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Juergen Gross <jgross@suse.com>
This commit is contained in:
@@ -57,8 +57,6 @@
|
||||
#define INVALID_GRANT_REF ((grant_ref_t)-1)
|
||||
#define INVALID_GRANT_HANDLE ((grant_handle_t)-1)
|
||||
|
||||
#define GNTTAB_RESERVED_XENSTORE 1
|
||||
|
||||
/* NR_GRANT_FRAMES must be less than or equal to that configured in Xen */
|
||||
#define NR_GRANT_FRAMES 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user