[PATCH 1/2] x86, Clean up smp_num_siblings calculation

2014-06-20 Thread Prarit Bhargava
I have a system on which I have disabled threading in the BIOS, and I am booting the kernel with the option "idle=poll". The kernel displays process: WARNING: polling idle and HT enabled, performance may degrade which is incorrect -- I've already disabled HT. This warning is issued here: void

[PATCH 1/2] x86, Clean up smp_num_siblings calculation

2014-06-20 Thread Prarit Bhargava
I have a system on which I have disabled threading in the BIOS, and I am booting the kernel with the option idle=poll. The kernel displays process: WARNING: polling idle and HT enabled, performance may degrade which is incorrect -- I've already disabled HT. This warning is issued here: void

Re: [PATCH 1/2] x86, Clean up smp_num_siblings calculation

2014-06-01 Thread Prarit Bhargava
On 06/01/2014 05:23 AM, Oren Twaig wrote: > Hi Prarit, > > See below, > > On 05/30/2014 02:43 PM, Prarit Bhargava wrote: >> I have a system on which I have disabled threading in the BIOS, and I am >> booting >> the kernel with the option "idle=poll". >> >> The kernel displays >> >> process:

Re: [PATCH 1/2] x86, Clean up smp_num_siblings calculation

2014-06-01 Thread Oren Twaig
Hi Prarit, See below, On 05/30/2014 02:43 PM, Prarit Bhargava wrote: > I have a system on which I have disabled threading in the BIOS, and I am > booting > the kernel with the option "idle=poll". > > The kernel displays > > process: WARNING: polling idle and HT enabled, performance may degrade

Re: [PATCH 1/2] x86, Clean up smp_num_siblings calculation

2014-06-01 Thread Oren Twaig
Hi Prarit, See below, On 05/30/2014 02:43 PM, Prarit Bhargava wrote: I have a system on which I have disabled threading in the BIOS, and I am booting the kernel with the option idle=poll. The kernel displays process: WARNING: polling idle and HT enabled, performance may degrade which

Re: [PATCH 1/2] x86, Clean up smp_num_siblings calculation

2014-06-01 Thread Prarit Bhargava
On 06/01/2014 05:23 AM, Oren Twaig wrote: Hi Prarit, See below, On 05/30/2014 02:43 PM, Prarit Bhargava wrote: I have a system on which I have disabled threading in the BIOS, and I am booting the kernel with the option idle=poll. The kernel displays process: WARNING: polling idle

[PATCH 1/2] x86, Clean up smp_num_siblings calculation

2014-05-30 Thread Prarit Bhargava
I have a system on which I have disabled threading in the BIOS, and I am booting the kernel with the option "idle=poll". The kernel displays process: WARNING: polling idle and HT enabled, performance may degrade which is incorrect -- I've already disabled HT. This warning is issued here: void

[PATCH 1/2] x86, Clean up smp_num_siblings calculation

2014-05-30 Thread Prarit Bhargava
I have a system on which I have disabled threading in the BIOS, and I am booting the kernel with the option idle=poll. The kernel displays process: WARNING: polling idle and HT enabled, performance may degrade which is incorrect -- I've already disabled HT. This warning is issued here: void