From: travis@sgi.com Date: Wed, 30 Jan 2008 12:32:52 +0000 (+0100) Subject: percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h X-Git-Tag: v2.6.25-rc1~1143^2~380 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5280e004fc22314122c84978c0b6a741cf96dc0f;p=pandora-kernel.git percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h - Special consideration for IA64: Add the ability to specify arch specific per cpu flags - remove .data.percpu attribute from DEFINE_PER_CPU for non-smp case. The arch definitions are all the same. So move them into linux/percpu.h. We cannot move DECLARE_PER_CPU since some include files just include asm/percpu.h to avoid include recursion problems. Cc: Rusty Russell Cc: Andi Kleen Signed-off-by: Christoph Lameter Signed-off-by: Mike Travis Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed