 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RESEND] xen/mcelog: eliminate redundant setting of interface version
 This already gets done in HYPERVISOR_mca().
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
---
 drivers/xen/mcelog.c |    2 --
 1 file changed, 2 deletions(-)
--- 4.18-rc2/drivers/xen/mcelog.c
+++ 4.18-rc2-xen-mcelog-interface-version/drivers/xen/mcelog.c
@@ -288,7 +288,6 @@ static int mc_queue_handle(uint32_t flag
        int ret = 0;
 
        mc_op.cmd = XEN_MC_fetch;
-       mc_op.interface_version = XEN_MCA_INTERFACE_VERSION;
        set_xen_guest_handle(mc_op.u.mc_fetch.data, &g_mi);
        do {
                mc_op.u.mc_fetch.flags = flags;
@@ -358,7 +357,6 @@ static int bind_virq_for_mce(void)
 
        /* Fetch physical CPU Numbers */
        mc_op.cmd = XEN_MC_physcpuinfo;
-       mc_op.interface_version = XEN_MCA_INTERFACE_VERSION;
        set_xen_guest_handle(mc_op.u.mc_physcpuinfo.info, g_physinfo);
        ret = HYPERVISOR_mca(&mc_op);
        if (ret) {
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |