From: Arnd Bergmann Date: Wed, 13 May 2009 22:56:32 +0000 (+0000) Subject: asm-generic: make bitops.h usable X-Git-Tag: v2.6.31-rc1~355^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9858c60cc2d33b18367b2bc6947e3ea23db26ccb;p=pandora-kernel.git asm-generic: make bitops.h usable bitops.h apparently suffered from some level of bitrot, it was missing the smp_mb__{before,after}_clear_bit functions, and included other headers in an invalid order. This changes the file so that new architectures can use it out of the box. Signed-off-by: Remis Lima Baima Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed