Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112618
b: refs/heads/master
c: ed6dc49
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and Ingo Molnar committed Sep 22, 2008
1 parent d84a695 commit 2b0ed00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d26dbc5cf94b0a28acc947285c3b54814a73cb2e
refs/heads/master: ed6dc4981368aa8ac89b0ea61535cfa2b03533cb
10 changes: 0 additions & 10 deletions trunk/include/asm-x86/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2b0ed00

Please sign in to comment.