commit | f318f7db00f4968d934b4ccb8e3fc0b21f419046 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Mon Sep 01 16:15:52 2014 -0500 |
committer | Tejun Heo <tj@kernel.org> | Tue Sep 02 11:52:36 2014 -0400 |
tree | 07679ce52cbfa5a4bfdc523093c2f6dab7ea6a43 | |
parent | 4ba2968420fa9d0604b6a6a5c61bfa8d0fa84ae0 [diff] |
ia64: sn_nodepda cannot be assigned to after this_cpu conversion. Use __this_cpu_write. There must be an explit statement to modify the percpu variable after the conversion of the sn_nodpda macro to use this_cpu_read. Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Tejun Heo <tj@kernel.org> Compile-tested-by: Guenter Roeck <linux@roeck-us.net>