From: Tejun Heo Date: Fri, 17 Dec 2010 14:47:04 +0000 (+0100) Subject: percpu,x86: relocate this_cpu_add_return() and friends X-Git-Tag: v2.6.38-rc1~455^2~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=403047754cf690b012369b8fb563b738b88086e6;p=pandora-kernel.git percpu,x86: relocate this_cpu_add_return() and friends - include/linux/percpu.h: this_cpu_add_return() and friends were located next to __this_cpu_add_return(). However, the overall organization is to first group by preemption safeness. Relocate this_cpu_add_return() and friends to preemption-safe area. - arch/x86/include/asm/percpu.h: Relocate percpu_add_return_op() after other more basic operations. Relocate [__]this_cpu_add_return_8() so that they're first grouped by preemption safeness. Signed-off-by: Tejun Heo Cc: Christoph Lameter --- Reading git-diff-tree failed