commit | f7b64fe806029e0a0454df132eec3c5ab576102c | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Oct 29 22:34:15 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Thu Oct 29 22:34:15 2009 +0900 |
tree | 04812617c2c64f0fa169df3b63686079df1131d6 | |
parent | dd17c8f72993f9461e9c19250e3f155d6d99df22 [diff] |
percpu: make access macros universal Now that per_cpu__ prefix is gone, there's no distinction between static and dynamic percpu variables. Make get_cpu_var() take dynamic percpu variables and ensure that all macros have parentheses around the parameter evaluation and evaluate the variable parameter only once such that any expression which evaluates to percpu address can be used safely. Signed-off-by: Tejun Heo <tj@kernel.org>