[parisc-linux-cvs] linux tausq

Randolph Chung parisc-linux@lists.parisc-linux.org
Fri, 15 Nov 2002 23:10:46 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	tausq	02/11/15 23:10:46

Modified files:
	.              : Makefile 
	drivers/scsi/sym53c8xx_2: sym_glue.c 

Log message:
-pa3
disabled the iorl locking logic in the sym2 driver. Added the following
comment:

/* Warning!
* sym2 driver used to hold iorl in sym53c8xx_intr and sym_timer
* with these macros. However, we have observed that this causes
* a deadlock with the iorl held by scsi_register_host. A survey
* of a couple of other scsi drivers that uses the "new" eh
* code seems to suggest that this is not required. I've disabled
* these for now, without having completely understood if this
* is correct.
*/

tested on rp2470 (SMP)