Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jun 2007 11:42:16 -0300
From:      Sergio Lenzi <lenzi.sergio@gmail.com>
To:        questions <freebsd-questions@freebsd.org>
Subject:   Re: SMP System but only CPU#0 being used?
Message-ID:  <1180968136.1066.4.camel@localhost>
In-Reply-To: <0dda798d4af6656062c0f72a9ce751c0@mail.schlossadler.net>
References:  <0dda798d4af6656062c0f72a9ce751c0@mail.schlossadler.net>

next in thread | previous in thread | raw e-mail | index | archive | help
from the smp man page.....


1) make sure you have options SMP in  your kernel and is built and
compiled OK.

2)put the lines in the /boot/loader.conf
and reboot the system....

====================
machdep.cpu_idle_hlt=0
machdep.hlt_cpus=0
machdep.hlt_logical_cpus=0
machdep.hyperthreading_allowed=1
==========================
should work... 
my cpus are pentiuns HT or pentius 4 dual core


Lenzi




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1180968136.1066.4.camel>