Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()
[firefly-linux-kernel-4.4.55.git] / drivers / hv / vmbus_drv.c
index cf204005ee784db8dc7bd3cab85e86c589f67cec..00d5158b4ac7bdfc54e2bf1e82110cc294d74dbc 100644 (file)
@@ -1120,6 +1120,7 @@ static void __exit vmbus_exit(void)
                tasklet_kill(hv_context.event_dpc[cpu]);
                smp_call_function_single(cpu, hv_synic_cleanup, NULL, 1);
        }
+       hv_synic_free();
        acpi_bus_unregister_driver(&vmbus_acpi_driver);
        hv_cpu_hotplug_quirk(false);
 }