]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
VT-d: drop stray "list" field from struct user_rmrr
authorJan Beulich <jbeulich@suse.com>
Tue, 18 Feb 2020 15:23:41 +0000 (16:23 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 18 Feb 2020 15:23:41 +0000 (16:23 +0100)
The field looks to have been bogusly added by the patch introducing the
struct (431685e8deb6 "VT-d: add command line option for extra rmrrs").

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
xen/drivers/passthrough/vtd/dmar.c

index c5e41cea893eb1883fdb86840ed2fc7a123e3951..9408e6db37dc150b3d378dbeb5ca00f2f3611c05 100644 (file)
@@ -836,7 +836,6 @@ out:
 /* RMRR units derived from command line rmrr option. */
 #define MAX_USER_RMRR_DEV 20
 struct user_rmrr {
-    struct list_head list;
     unsigned long base_pfn, end_pfn;
     unsigned int dev_count;
     u32 sbdf[MAX_USER_RMRR_DEV];