From: Christoph Lameter Date: Thu, 22 Dec 2011 17:58:51 +0000 (-0600) Subject: percpu: Remove irqsafe_cpu_xxx variants X-Git-Tag: v3.3-rc1~147^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933393f58fef9963eac61db8093689544e29a600;p=pandora-kernel.git 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 Signed-off-by: Tejun Heo LKML-Reference: --- Reading git-diff-tree failed