percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t -fix
authorMel Gorman <mgorman@suse.de>
Mon, 8 Sep 2014 22:06:54 +0000 (23:06 +0100)
committerTejun Heo <tj@kernel.org>
Mon, 8 Sep 2014 22:17:43 +0000 (07:17 +0900)
commit59f6e2073c72d36c814a4417320bfa4874faa228
tree3a9f6fcbdfcac06c004320e866f4bbf88a0b195c
parentf318f7db00f4968d934b4ccb8e3fc0b21f419046
percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t -fix

A commit in linux-next was causing boot to fail and bisection
identified the patch 4ba2968420fa ("percpu: Resolve ambiguities in
__get_cpu_var/cpumask_var_").  One of the changes in that patch looks
very suspicious.  Reverting the full patch fixes boot as does this
fixlet.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Christoph Lameter <cl@linux.com>
arch/x86/kernel/apic/x2apic_cluster.c