* [Buildroot] Newbie: linux kernel config
@ 2015-01-21 17:26 Williams
2015-01-25 14:15 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Williams @ 2015-01-21 17:26 UTC (permalink / raw)
To: buildroot
Hi,
I have multicore machines with greater than 8 CPUs
I would like to support more than the default 8 CPUs (i.e. CONFIG_NR_CPUS=8)
When I run make linux-xconfig and search for the following parameter "X86_BIGSMP"; unable to set.
The search/find actually discovers "X86_BIGSMP" and gives a description only. :(
Support for big SMP systems with more than 8 CPUs (X86_BIGSMP)
CONFIG_X86_BIGSMP:
This option is needed for the systems that have more than 8 CPUs
Symbol: X86_BIGSMP [=n]
Type : boolean
Prompt: Support for big SMP systems with more than 8 CPUs
Location:
-> Processor type and features
Defined at arch/x86/Kconfig:330
Depends on: X86_32 [=n] && SMP [=y]
How can I find and set this parameter?
Or should I just select "CONFIG_MAXSMP" and call it a day?
Thanks in advance for your help.
Cheers,
Ernesto
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Newbie: linux kernel config
2015-01-21 17:26 [Buildroot] Newbie: linux kernel config Williams
@ 2015-01-25 14:15 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-01-25 14:15 UTC (permalink / raw)
To: buildroot
Hello,
Your question is off-topic: it's not a Buildroot question, but a kernel
question. I'll nonetheless try to give a hint, but please use the
appropriate mailing list for questions.
On Wed, 21 Jan 2015 17:26:00 +0000, Williams Jr., Ernest L. wrote:
> Symbol: X86_BIGSMP [=n]
> Type : boolean
> Prompt: Support for big SMP systems with more than 8 CPUs
> Location:
> -> Processor type and features
> Defined at arch/x86/Kconfig:330
> Depends on: X86_32 [=n] && SMP [=y]
See this last line? This option only exists on x86 32 bits systems, and
most likely you are building a x86 64 bits system.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-25 14:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 17:26 [Buildroot] Newbie: linux kernel config Williams
2015-01-25 14:15 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox