| | Subject | Re: Linux-2.5.28 | | From | Robert Love <> | | Date | 24 Jul 2002 15:11:47 -0700 |
| |
On Wed, 2002-07-24 at 14:57, Paul Larson wrote: > On Wed, 2002-07-24 at 16:46, Paul Larson wrote: > > Error building 2.5.28: > > Forgot to mention this is an SMP box. Without CONFIG_SMP it works fine.
This is known... there is a handful of drivers still using the old global IRQ methods that need a spring cleaning.
On UP, we "cheat" and define the global methods to the local ones and everything is happy. On SMP you are out of luck until the code if fixed.
Robert Love
- 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/
|