]> git.karo-electronics.de Git - karo-tx-linux.git/commit
alpha: kill unnecessary __used attribute in PER_CPU_ATTRIBUTES
authorTejun Heo <tj@kernel.org>
Wed, 24 Jun 2009 06:13:52 +0000 (15:13 +0900)
committerTejun Heo <tj@kernel.org>
Wed, 24 Jun 2009 06:13:52 +0000 (15:13 +0900)
commit6088464cf1ae9fb3d2ccc0ec5feb3f5b971098d8
tree33c35745c5960e8fd0ce5098d1d6c5f79202455e
parent7c756e6e19e71f0327760d8955f7077118ebb2b1
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>
arch/alpha/include/asm/percpu.h