commit | ab53d472e785e51fdfc08fc1d66252c1153e6c0f | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Jan 01 10:12:19 2009 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Jan 01 10:12:19 2009 +1030 |
tree | 19abab13d2e4e8fe00f960c0ac475e14bfb1a44e | |
parent | 0db5d3d2f58804edb394e8008c7d9744110338a2 [diff] [blame] |
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>
diff --git a/lib/Kconfig b/lib/Kconfig index 2ba43c4..fc5f5ee 100644 --- a/lib/Kconfig +++ b/lib/Kconfig
@@ -13,6 +13,10 @@ config GENERIC_FIND_NEXT_BIT bool +config GENERIC_FIND_LAST_BIT + bool + default y + config CRC_CCITT tristate "CRC-CCITT functions" help