tmp_suning_uos_patched/arch/blackfin
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
..
boot
configs
include/asm Blackfin: convert page/tlb to asm-generic 2009-06-18 21:42:30 -04:00
kernel linker script: throw away .discard section 2009-06-24 15:13:38 +09:00
lib
mach-bf518
mach-bf527
mach-bf533
mach-bf537
mach-bf538
mach-bf548
mach-bf561
mach-common Blackfin: only build irqpanic.c when needed 2009-06-18 21:40:49 -04:00
mm percpu: use DEFINE_PER_CPU_SHARED_ALIGNED() 2009-06-24 15:13:47 +09:00
oprofile
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin 2009-06-16 11:49:58 -07:00
Kconfig.debug
Makefile