Page MenuHomeFreeBSD

D6411.id54425.diff
No OneTemporary

D6411.id54425.diff

Index: head/sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
===================================================================
--- head/sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
+++ head/sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
@@ -562,8 +562,8 @@
vmbus_bus_init();
}
-static void
-vmbus_bus_exit(void)
+static int
+vmbus_detach(device_t dev)
{
int i;
@@ -589,19 +589,6 @@
lapic_ipi_free(hv_vmbus_g_context.hv_cb_vector);
- return;
-}
-
-static void
-vmbus_exit(void)
-{
- vmbus_bus_exit();
-}
-
-static int
-vmbus_detach(device_t dev)
-{
- vmbus_exit();
return (0);
}

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 29, 5:46 AM (16 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27353080
Default Alt Text
D6411.id54425.diff (593 B)

Event Timeline