commit | 6088464cf1ae9fb3d2ccc0ec5feb3f5b971098d8 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Jun 24 15:13:52 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Wed Jun 24 15:13:52 2009 +0900 |
tree | 33c35745c5960e8fd0ce5098d1d6c5f79202455e | |
parent | 7c756e6e19e71f0327760d8955f7077118ebb2b1 [diff] |
alpha: kill unnecessary __used attribute in PER_CPU_ATTRIBUTES With the previous percpu variable definition change, all percpu variables are global and there's no need to specify __used, which only triggers on recent compilers anyway. Kill it. [ Impact: remove unnecessary percpu attribute ] Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Cc: Richard Henderson <rth@twiddle.net>