PERCPU: Collect the DECLARE/DEFINE declarations together
authorDavid Howells <dhowells@redhat.com>
Tue, 21 Apr 2009 22:00:29 +0000 (23:00 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Apr 2009 02:40:00 +0000 (19:40 -0700)
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>

No differences found