| commit | 9858c60cc2d33b18367b2bc6947e3ea23db26ccb | [log] [tgz] |
|---|---|---|
| author | Arnd Bergmann <arnd@arndb.de> | Wed May 13 22:56:32 2009 +0000 |
| committer | Arnd Bergmann <arnd@klappe2.(none)> | Thu Jun 11 21:02:31 2009 +0200 |
| tree | 7c16d44461bbecf58257c5b6344f1ed01d137a79 | |
| parent | d7c4f1b78afeedfc22b1756fcdc1acbe84284d74 [diff] |
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 <remis.developer@googlemail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>