提交 2141a845 编写于 作者: S Stephen Hemminger 提交者: Greg Kroah-Hartman

uio_hv_generic: use ISR callback method

The UIO IRQ handler doesn't need to be called from a tasklet.
Signed-off-by: NStephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 9c40546c
...@@ -109,7 +109,7 @@ hv_uio_probe(struct hv_device *dev, ...@@ -109,7 +109,7 @@ hv_uio_probe(struct hv_device *dev,
goto fail; goto fail;
dev->channel->inbound.ring_buffer->interrupt_mask = 1; dev->channel->inbound.ring_buffer->interrupt_mask = 1;
set_channel_read_mode(dev->channel, HV_CALL_DIRECT); set_channel_read_mode(dev->channel, HV_CALL_ISR);
/* Fill general uio info */ /* Fill general uio info */
pdata->info.name = "uio_hv_generic"; pdata->info.name = "uio_hv_generic";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册