From: David Howells Date: Tue, 21 Apr 2009 22:00:29 +0000 (+0100) Subject: PERCPU: Collect the DECLARE/DEFINE declarations together X-Git-Tag: v2.6.30-rc3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5028eaa97dd1dab9cd7c30c4d38f71c708ca64bc;p=pandora-kernel.git PERCPU: Collect the DECLARE/DEFINE declarations together Collect the DECLARE/DEFINE declarations together in linux/percpu-defs.h so that they're in one place, and give them descriptive comments, particularly the SHARED_ALIGNED variant. It would be nice to collect these in linux/percpu.h, but that's not possible without sorting out the severe #include recursion between the x86 arch headers and the general headers (and possibly other arches too). Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed