> My question is why the result of 'uname -r' is not "2.4.2-2smp" , but
> "2.4.2-2"
This is just the label as defined by the entries in the top-level
Makefile, eg:
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 3
EXTRAVERSION = -ac5
> Whether I forgot to do something?
You can edit the extraversion value if you want to label your smp kernels
differently, but you don't have to.
You'll probably find you _have_ compiled an SMP kernel - see what
/proc/cpuinfo says, for example.
-- I am worthless. I struggle with the simple things. It seems so easy for everyone else. One armed blind people climb mountains and teenagers get Ph.D's. I have trouble getting out of bed. -TMCM- 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/