Some tuning locks are needed because an interrupt during the magic
tuning sequence will break stuff
g is ready, program the new timings
> */
> - spin_lock(&cmd640_lock, flags);
> + spin_lock_irqsave(&cmd640_lock, flags);
> /*
For the CMD640 please see the patch I posted. It has to use pci_lock and
it needs other 2.4 fixes forward porting which I did
> - save_flags(flags);
> - cli(); /* all CPUs (there should only be one CPU with this chipset) */
> + local_irq_save(flags); /* There should only be one CPU with this
> + chipset. */
Not needed that I can see. It also wants to use the proper master/mwi
functions. I've got a diff for this I can post.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/