> Sure - I commented out SMP = 1, and I even tried adding a line SMP = 0, no
> changes whatsoever. (The main Makefile _is_ /usr/src/linux/Makefile, isn't
Adding `SMP=0' is bad - there is code that does #ifdef SMP. You need to
comment out the line.