On 12/13/05, Jeff Williams <[EMAIL PROTECTED]> wrote:
> Are you viewing /proc/cpuinfo to get that information or just watching
> as it boots? Also, what do you get if you do this:
>
i was actually watching 'top' i could never get the smp function to
work. here is what cpuinfo gives:

mail ~ # cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Pentium(R) 4 CPU 2.80GHz
stepping        : 9
cpu MHz         : 2793.380
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
xtpr
bogomips        : 5593.96


> grep -i 'smp' /boot/config
>
this is my boot/config grepped:

mail ~ # grep -i 'smp' /boot/config
# CONFIG_X86_BIGSMP is not set
CONFIG_SMP=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_SMP=y

> If you don't have a symbolic link from /boot/config to your kernel
> config you will have to change the path somewhat (for example,
> /boot/config-2.6.14-gentoo-r2 if you are using the 2.6.14-r2 gentoo
> sources). This should give you a result similar to the following:
>
> CONFIG_SMP=y
> CONFIG_X86_FIND_SMP_CONFIG=y
> CONFIG_X86_SMP=y
>
> Hope this helps.
>
> Jeff

seems to look correct doesnt it? its just not showing up as two cpus,
:-\  what do you think?

-- 
gentoo-user@gentoo.org mailing list

Reply via email to