From: Matthew Wilcox Date: Tue, 6 Jan 2009 22:40:39 +0000 (-0800) Subject: atomic_t: unify all arch definitions X-Git-Tag: v2.6.29-rc1~390 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea435467500612636f8f4fb639ff6e76b2496e4b;p=pandora-kernel.git atomic_t: unify all arch definitions The atomic_t type cannot currently be used in some header files because it would create an include loop with asm/atomic.h. Move the type definition to linux/types.h to break the loop. Signed-off-by: Matthew Wilcox Cc: Huang Ying Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed