> I'm wondering....
>
> cpuinfo shows the cpu's labeled 0,1,3,4
>
> top labels them 0,1,2,3
>
> could this maybe be why cpu #2 shows nothing, because it doesn't
> exist? Cpu 2 never changes, but the others do to some degree.
>
> How can I max out the processors to test? To do this output I
> compiled a kernel with make zImage MAKE="make -j4"
Try MAKE="make -j8" instead. Sometimes the processes will be distributed in
2-1-1-0 way, rather than the 1-1-1-1 way. Increase -j parameter, and try it
then.
Gordan
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]