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: >

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: >

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 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

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

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

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

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

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

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

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