PERFORCE change 118501 for review

Scott Long scottl at FreeBSD.org
Fri Apr 20 23:07:19 UTC 2007


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

Change 118501 by scottl at scottl-x64 on 2007/04/20 23:06:28

	The MPT lock is already held when mpt_poll is called, don't try to
	grab it again.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/dev/mpt/mpt_cam.c#25 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/dev/mpt/mpt_cam.c#25 (text+ko) ====

@@ -917,9 +917,7 @@
 	struct mpt_softc *mpt;
 
 	mpt = (struct mpt_softc *)cam_sim_softc(sim);
-	MPT_LOCK(mpt);
 	mpt_intr(mpt);
-	MPT_UNLOCK(mpt);
 }
 
 /*


More information about the p4-projects mailing list