Re: [PATCH] x86/build: Build VSMP support only if selected

2018-11-01 Thread Juergen Gross
On 01/11/2018 16:09, Eial Czerwacki wrote: > Greetings, > > On 11/01/2018 03:45 PM, Juergen Gross wrote: >> On 01/11/2018 14:10, Eial Czerwacki wrote: >>> Greetings, >>> >>> On 11/01/2018 12:39 PM, Shai Fultheim (s...@scalemp.com) wrote: On 01/11/18 11:37, Thomas Gleixner wrote: > VS

Re: [PATCH] x86/build: Build VSMP support only if selected

2018-11-01 Thread Eial Czerwacki
Greetings, On 11/01/2018 03:45 PM, Juergen Gross wrote: > On 01/11/2018 14:10, Eial Czerwacki wrote: >> Greetings, >> >> On 11/01/2018 12:39 PM, Shai Fultheim (s...@scalemp.com) wrote: >>> On 01/11/18 11:37, Thomas Gleixner wrote: >>> VSMP support is built even if CONFIG_X86_VSMP is not set.

Re: [PATCH] x86/build: Build VSMP support only if selected

2018-11-01 Thread Juergen Gross
On 01/11/2018 14:10, Eial Czerwacki wrote: > Greetings, > > On 11/01/2018 12:39 PM, Shai Fultheim (s...@scalemp.com) wrote: >> On 01/11/18 11:37, Thomas Gleixner wrote: >> >>> VSMP support is built even if CONFIG_X86_VSMP is not set. This leads to a >>> build >>> breakage when CONFIG_PCI is disab

Re: [PATCH] x86/build: Build VSMP support only if selected

2018-11-01 Thread Eial Czerwacki
Greetings, On 11/01/2018 12:39 PM, Shai Fultheim (s...@scalemp.com) wrote: > On 01/11/18 11:37, Thomas Gleixner wrote: > >> VSMP support is built even if CONFIG_X86_VSMP is not set. This leads to a >> build >> breakage when CONFIG_PCI is disabled as well. >> >> Build VSMP code only when selected

Re: [PATCH] x86/build: Build VSMP support only if selected

2018-11-01 Thread Thomas Gleixner
On Thu, 1 Nov 2018, Eial Czerwacki wrote: > Greetings, > > On 11/01/2018 12:39 PM, Shai Fultheim (s...@scalemp.com) wrote: > > On 01/11/18 11:37, Thomas Gleixner wrote: > > > >> VSMP support is built even if CONFIG_X86_VSMP is not set. This leads to a > >> build > >> breakage when CONFIG_PCI is

RE: [PATCH] x86/build: Build VSMP support only if selected

2018-11-01 Thread Shai Fultheim (s...@scalemp.com)
On 01/11/18 11:37, Thomas Gleixner wrote: > VSMP support is built even if CONFIG_X86_VSMP is not set. This leads to a > build > breakage when CONFIG_PCI is disabled as well. > > Build VSMP code only when selected. This patch disables detect_vsmp_box() on systems without CONFIG_X86_VSMP, due to

[PATCH] x86/build: Build VSMP support only if selected

2018-11-01 Thread Thomas Gleixner
VSMP support is built even if CONFIG_X86_VSMP is not set. This leads to a build breakage when CONFIG_PCI is disabled as well. Build VSMP code only when selected. Reported-by: Randy Dunlap Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/include/asm/setup.h b/arch/x86/include/asm/setup.