From: Chris L. <sa...@sk...> - 2000-07-03 18:40:43
|
FYI, for some reason, I can't compile 2.4.0 out of the box (the UM patch that is...). It seems that you are doing a bunch of #ifdef __SMP__'s, but __SMP__ is not defined... I think the symbol you want to use is CONFIG_SMP? I added -D__SMP__ to my command line and things seem quite a bit happier now. :) -Chris |