projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe9505
)
VT-d: drop stray "list" field from struct user_rmrr
author
Jan Beulich
<jbeulich@suse.com>
Tue, 18 Feb 2020 15:23:41 +0000
(16:23 +0100)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/xen/drivers/passthrough/vtd/dmar.c
b/xen/drivers/passthrough/vtd/dmar.c
index c5e41cea893eb1883fdb86840ed2fc7a123e3951..9408e6db37dc150b3d378dbeb5ca00f2f3611c05 100644
(file)
--- a/
xen/drivers/passthrough/vtd/dmar.c
+++ b/
xen/drivers/passthrough/vtd/dmar.c
@@
-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];