percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()
authorTejun Heo <tj@kernel.org>
Wed, 24 Jun 2009 06:13:47 +0000 (15:13 +0900)
committerTejun Heo <tj@kernel.org>
Wed, 24 Jun 2009 06:13:47 +0000 (15:13 +0900)
commitb9bf3121af348d9255f1c917830fe8c2df52efcb
tree477f93b1000d7ac4bd283ee75d632b107eaf9600
parent204fba4aa303ea4a7bb726a539bf4a5b9e3203d0
percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()

There are a few places where ___cacheline_aligned* is used with
DEFINE_PER_CPU().  Use DEFINE_PER_CPU_SHARED_ALIGNED() instead.

DEFINE_PER_CPU_SHARED_ALIGNED() applies alignment only on SMPs.  While
all other converted places used _in_smp variant or only get compiled
for SMP, net/rds used unconditional ____cacheline_aligned.  I don't
see any reason these data structures should be aligned on UP and thus
converted together.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Andy Grover <andy.grover@oracle.com>
arch/blackfin/mm/sram-alloc.c
arch/ia64/kernel/smp.c
kernel/sched.c
net/rds/ib_stats.c
net/rds/iw_stats.c
net/rds/page.c