From: Andrew Morton Date: Tue, 25 Oct 2005 06:05:58 +0000 (-0700) Subject: [PATCH] alpha: atomic dependency fix X-Git-Tag: v2.6.14~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db9ae4a79381a5a3d272ccb51851c48c4bcbb6d;p=pandora-kernel.git [PATCH] alpha: atomic dependency fix My alpha build is exploding because asm/atomic.h now needs smb_mb(), which is over in the (not included) system.h. I fear what will happen if I include system.h into atomic.h, so let's put the barriers into their own header file. Cc: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed