| Date | Wed, 24 Jul 2002 15:32:17 -0700 (PDT) | | From | Linus Torvalds <> | | Subject | Re: Linux-2.5.28 |
| |
On 24 Jul 2002, Paul Larson wrote: > > Error building 2.5.28:
Yes, a number of drivers won't compile on SMP because they want the global lock (that is gone). This includes the cmd640 IDE driver, and the parallel port driver (and a largish number of others too, but I think those two are the really common ones).
It should all work the same way it always did on UP, and hopefully the straggling drivers will be converted to use local spinlocks soon (and in some cases the global irq lock might not even be needed at all)
Linus
- 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/
|