Re: [PATCH v2 0/2] new cpumask for hotpluggable CPUs

2011-08-11 Thread Peter Zijlstra
On Wed, 2011-08-10 at 13:03 -0700, Mike Turquette wrote: This patch series introduces a new cpumask which tracks CPUs that support hotplugging. The purpose of this patch series is to provide a simple method for kernel code to know which CPUs can be hotplugged and which ones cannot. Potential

Re: [PATCH v2 0/2] new cpumask for hotpluggable CPUs

2011-08-11 Thread Turquette, Mike
On Thu, Aug 11, 2011 at 11:30 AM, Peter Zijlstra pet...@infradead.org wrote: On Wed, 2011-08-10 at 13:03 -0700, Mike Turquette wrote: This patch series introduces a new cpumask which tracks CPUs that support hotplugging.  The purpose of this patch series is to provide a simple method for

Re: [PATCH v2 0/2] new cpumask for hotpluggable CPUs

2011-08-11 Thread Peter Zijlstra
On Thu, 2011-08-11 at 12:25 -0700, Turquette, Mike wrote: On Thu, Aug 11, 2011 at 11:30 AM, Peter Zijlstra pet...@infradead.org wrote: On Wed, 2011-08-10 at 13:03 -0700, Mike Turquette wrote: This patch series introduces a new cpumask which tracks CPUs that support hotplugging. The purpose

[PATCH v2 0/2] new cpumask for hotpluggable CPUs

2011-08-10 Thread Mike Turquette
This patch series introduces a new cpumask which tracks CPUs that support hotplugging. The purpose of this patch series is to provide a simple method for kernel code to know which CPUs can be hotplugged and which ones cannot. Potential users of this code might be a thermal mitigation technique