|
@@ -854,9 +854,8 @@ static int setup_blkring(struct xenbus_device *dev,
|
|
|
if (err)
|
|
|
goto fail;
|
|
|
|
|
|
- err = bind_evtchn_to_irqhandler(info->evtchn,
|
|
|
- blkif_interrupt,
|
|
|
- IRQF_SAMPLE_RANDOM, "blkif", info);
|
|
|
+ err = bind_evtchn_to_irqhandler(info->evtchn, blkif_interrupt, 0,
|
|
|
+ "blkif", info);
|
|
|
if (err <= 0) {
|
|
|
xenbus_dev_fatal(dev, err,
|
|
|
"bind_evtchn_to_irqhandler failed");
|