[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] VT-d: drop stray "list" field from struct user_rmrr
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@xxxxxxxx> --- a/xen/drivers/passthrough/vtd/dmar.c +++ b/xen/drivers/passthrough/vtd/dmar.c @@ -839,7 +839,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]; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |