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)
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>

No differences found