[parisc-linux-cvs] linux-2.6 willy

Matthew Wilcox parisc-linux@lists.parisc-linux.org
Mon, 1 Sep 2003 07:50:08 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux-2.6
Changes by:	willy	03/09/01 07:50:07

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

Log message:
Remove SYM_INIT_LOCK_HCB as the spinlock is initialised for us.
Substitute SYM_LOCK_HCB and SYM_UNLOCK_HCB with their contents.
Use np->s.host instead of cmd->device->host as it's one ptr deref
rather than two.
Turn a lot of u_long into unsigned long.