On Fri, Jun 13, 2014 at 09:57:27PM -0500, Dan McGhee wrote:
> 
>   Here is the result of <grep SMP .config>:
> 
> >CONFIG_BROKEN_ON_SMP=y
> >CONFIG_GENERIC_SMP_IDLE_THREAD=y
> ># CONFIG_SMP is not set
> >CONFIG_HAVE_TEXT_POKE_SMP=y
> >CONFIG_SCSI_SAS_HOST_SMP=y
> 
> AFAIK I need only set CONFIG_SMP and I will enable all the cores on my
> processor.  (In older days, I seem to remember specifying the number
> somewhere in the kernel configuration file, but I couldn't find anything
> like that on 3.10.10).
> 
 If you build for SMP, you probably do not want
CONFIG_BROKEN_ON_SMP.  As its name suggests, it is for things which
do not work correctly on SMP.  As of 3.15.0 the drivers which might
be relevant are mentioned in the Kconfig files in :

drivers/net/hamradio/
drivers/i2c/busses/
drivers/isdn/i4l/
init/

 There are also references in the powerpc, sh, and mips
architectures.

ĸen
-- 
Nanny Ogg usually went to bed early. After all, she was an old lady.
Sometimes she went to bed as early as 6 a.m.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to