x86: remove set_bit_string()
[deliverable/linux.git] / include / asm-x86 / bitops.h
index cfb2b64f76e7d645a8418426f71239b80250c5bb..28ea8742b6e1f75e5c04b882ece9ecd1702f0ffe 100644 (file)
@@ -424,16 +424,6 @@ static inline int fls(int x)
 
 #undef ADDR
 
-static inline void set_bit_string(unsigned long *bitmap,
-               unsigned long i, int len)
-{
-       unsigned long end = i + len;
-       while (i < end) {
-               __set_bit(i, bitmap);
-               i++;
-       }
-}
-
 #ifdef __KERNEL__
 
 #include <asm-generic/bitops/sched.h>
This page took 0.042095 seconds and 5 git commands to generate.