PERFORCE change 133445 for review

Kip Macy kmacy at FreeBSD.org
Wed Jan 16 17:02:36 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=133445

Change 133445 by kmacy at pandemonium:kmacy:xen31 on 2008/01/17 01:01:56

	don't mark interrupt handler as mpsafe until blkfront is properly locked

Affected files ...

.. //depot/projects/xen31/sys/dev/xen/blkfront/blkfront.c#10 edit

Differences ...

==== //depot/projects/xen31/sys/dev/xen/blkfront/blkfront.c#10 (text+ko) ====

@@ -379,7 +379,7 @@
 	
 	err = bind_listening_port_to_irqhandler(dev->otherend_id,
 		"xbd", (driver_intr_t *)blkif_int,
-					info, INTR_TYPE_BIO | INTR_MPSAFE, NULL);
+					info, INTR_TYPE_BIO, NULL);
 	if (err <= 0) {
 		xenbus_dev_fatal(dev, err,
 				 "bind_evtchn_to_irqhandler failed");


More information about the p4-projects mailing list