aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/percpu-defs.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-04-21PERCPU: Collect the DECLARE/DEFINE declarations togetherDavid Howells1-0/+84
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 <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>