]> git.baikalelectronics.ru Git - kernel.git/commit
bitmap: find_last_bit()
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Dec 2008 23:42:19 +0000 (10:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Dec 2008 23:42:19 +0000 (10:12 +1030)
commit30e2277b6dfe061165e22ff03a6eed4e273ac764
tree19abab13d2e4e8fe00f960c0ac475e14bfb1a44e
parent0896874e9f6994b321fe15a141283517cdcab6c0
bitmap: find_last_bit()

Impact: New API

As the name suggests.  For the moment everyone uses the generic one.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/bitops.h
lib/Kconfig
lib/Makefile
lib/find_last_bit.c [new file with mode: 0644]