Hello,

On Tue, Aug 26, 2014 at 07:12:21PM -0500, Christoph Lameter wrote:
> 
> New patch:
> 
> From: Christoph Lameter <c...@linux.com>
> Subject: __get_cpu_var/cpumask_var_t: Resolve ambiguities v2
> 
> __get_cpu_var can paper over differences in the definitions
> of cpumask_var_t and either use the address of the cpumask
> variable directly or perform a fetch of the address of the
> struct cpumask allocated elsewhere. This is important
> particularly when using per cpu cpumask_var_t declarations
> because in one case we have an offset into a per cpu area
> to handle and in the other case we need to fetch a pointer
> from the offset.
> 
> This patch introduces a new macro
> 
> this_cpu_cpumask_var_t_ptr()
> 
> that is defined where cpumask_var_t is defined and performs
> the proper actions. All use cases where __get_cpu_var
> is used with cpumask_var_t are converted to the use
> of this_cpu_cpumask_var_t_ptr().
> 
> Signed-off-by: Christoph Lameter <c...@linux.com>

Rusty, if this looks okay to you, I'll route this through
percpu/for-3.18-consistent-ops branch.

Thanks.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to