From: Tejun Heo Date: Wed, 24 Jun 2009 06:13:52 +0000 (+0900) Subject: alpha: kill unnecessary __used attribute in PER_CPU_ATTRIBUTES X-Git-Tag: v2.6.32-rc1~676^2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6088464cf1ae9fb3d2ccc0ec5feb3f5b971098d8;p=pandora-kernel.git 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 Cc: Ivan Kokshaysky Cc: Richard Henderson --- Reading git-diff-tree failed