Re: [PATCH] spin[un]locks revision on new cmpci driver (5.64)

2001-05-25 Thread Alan Cox
> The following patch fixes SMP hangs w/ cmpci v5.64 ( k244-ac17 ). Let me suggest a different approach > - - spin_lock_irqsave(&s->lock, flags); > set_spdifout(s, rate); > + spin_lock_irqsave(&s->lock, flags); Split the various locked versions stuff stuff like set_adc_rate out as _

[PATCH] spin[un]locks revision on new cmpci driver (5.64)

2001-05-25 Thread Carlos E Gorges
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 HI all, Finally I discovered my problem :-) The following patch fixes SMP hangs w/ cmpci v5.64 ( k244-ac17 ). - --- linux-244ac/drivers/sound/cmpci.c Fri May 25 05:26:27 2001 +++ linux/drivers/sound/cmpci.c Fri May 25 20:14:49 2001 @@ -1,5 +1