commit | 59f6e2073c72d36c814a4417320bfa4874faa228 | [log] [tgz] |
---|---|---|
author | Mel Gorman <[email protected]> | Mon Sep 08 23:06:54 2014 +0100 |
committer | Tejun Heo <[email protected]> | Tue Sep 09 07:17:43 2014 +0900 |
tree | 3a9f6fcbdfcac06c004320e866f4bbf88a0b195c | |
parent | f318f7db00f4968d934b4ccb8e3fc0b21f419046 [diff] |
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 <[email protected]> Signed-off-by: Tejun Heo <[email protected]> Cc: Christoph Lameter <[email protected]>