linux-kernel-test/arch/blackfin/mm
Tejun Heo b9bf3121af 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>
2009-06-24 15:13:47 +09:00
..
blackfin_sram.h Blackfin: merge sram init functions 2009-06-12 06:11:50 -04:00
init.c Blackfin: merge sram init functions 2009-06-12 06:11:50 -04:00
isram-driver.c Blackfin: fix bug found by traps test case 21 2009-06-12 06:03:45 -04:00
Makefile Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception context 2008-10-08 18:03:33 +08:00
sram-alloc.c percpu: use DEFINE_PER_CPU_SHARED_ALIGNED() 2009-06-24 15:13:47 +09:00