Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115813625
D6409.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
775 B
Referenced Files
None
Subscribers
None
D6409.diff
View Options
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
@@ -75,7 +75,7 @@
static char *vmbus_ids[] = { "VMBUS", NULL };
static void
-vmbus_msg_swintr(void *arg, int pending __unused)
+vmbus_msg_task(void *arg __unused, int pending __unused)
{
hv_vmbus_message *msg;
@@ -443,7 +443,7 @@
taskqueue_start_threads_cpuset(&hv_vmbus_g_context.hv_msg_tq[j],
1, PI_NET, &cpu_mask, "hvmsg%d", j);
TASK_INIT(&hv_vmbus_g_context.hv_msg_task[j], 0,
- vmbus_msg_swintr, NULL);
+ vmbus_msg_task, NULL);
/*
* Prepare the per cpu msg and event pages to be called on each cpu.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 30, 1:02 AM (6 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17849230
Default Alt Text
D6409.diff (775 B)
Attached To
Mode
D6409: hyperv/vmbus: Function renaming vmbus_msg_swintr -> vmbus_msg_task
Attached
Detach File
Event Timeline
Log In to Comment