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)
commitab53d472e785e51fdfc08fc1d66252c1153e6c0f
tree19abab13d2e4e8fe00f960c0ac475e14bfb1a44e
parent0db5d3d2f58804edb394e8008c7d9744110338a2
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]