percpu: Remove irqsafe_cpu_xxx variants
authorChristoph Lameter <cl@linux.com>
Thu, 22 Dec 2011 17:58:51 +0000 (11:58 -0600)
committerTejun Heo <tj@kernel.org>
Thu, 22 Dec 2011 18:40:20 +0000 (10:40 -0800)
commit933393f58fef9963eac61db8093689544e29a600
tree719f8b231499aa4ea023bc1a06db4582df5f0965
parentecefc36b41ac0fe92d76273a23faf27b2da13411
percpu: Remove irqsafe_cpu_xxx variants

We simply say that regular this_cpu use must be safe regardless of
preemption and interrupt state.  That has no material change for x86
and s390 implementations of this_cpu operations.  However, arches that
do not provide their own implementation for this_cpu operations will
now get code generated that disables interrupts instead of preemption.

-tj: This is part of on-going percpu API cleanup.  For detailed
     discussion of the subject, please refer to the following thread.

     http://thread.gmane.org/gmane.linux.kernel/1222078

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
LKML-Reference: <alpine.DEB.2.00.1112221154380.11787@router.home>
arch/s390/include/asm/percpu.h
arch/x86/include/asm/percpu.h
include/linux/netdevice.h
include/linux/netfilter/x_tables.h
include/linux/percpu.h
include/net/snmp.h
mm/slub.c
net/caif/caif_dev.c
net/caif/cffrml.c