commit | 6adc5cac538b5d9162d8bcdb6145319592afc0d6 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Jun 17 19:12:33 2014 -0400 |
committer | Tejun Heo <tj@kernel.org> | Tue Jun 17 19:12:33 2014 -0400 |
tree | a527bfaa21feab1417b31f135c406c92d776b56a | |
parent | ebe06187bf2aec10d537ce4595e416035367d703 [diff] |
percpu: disallow archs from overriding SHIFT_PERCPU_PTR() It has been about half a decade since all archs started using the dynamic percpu allocator and thus the same SHIFT_PERCPU_PTR() implementation. There's no benefit in overriding SHIFT_PERCPU_PTR() anymore. Remove #ifndef around it to clarify that this is identical regardless of the arch. This patch doesn't cause any functional difference. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Christoph Lameter <cl@linux.com>