]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin: SMP: fix asm/bitops.h errors
authorMike Frysinger <vapier@gentoo.org>
Mon, 21 Sep 2009 11:51:31 +0000 (11:51 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 12:18:12 +0000 (07:18 -0500)
commit8d0161a8927536c1704612907835c45fe95a8bf4
treef77f3fea2de37a28d813308c38591e38a0863ffa
parent8ddd2159de8c856ecc933380e50f58c96e043cbf
Blackfin: SMP: fix asm/bitops.h errors

The common asm-generic non-atomic bitops.h defines test_bit() for us, but
we need to use our own version.  So redirect the definition of this func
to avoid having to inline the rest of the asm-generic file.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/bitops.h