Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169762
b: refs/heads/master
c: ee3d250
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras authored and Ingo Molnar committed Nov 24, 2009
1 parent f1292c3 commit 7384191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa7c27ee9394fc0d52404b2a89882e95868a60b9
refs/heads/master: ee3d250446f1c1be4eceab48f3a23794d9a6564c
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/include/linux/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#define CONFIG_GENERIC_FIND_FIRST_BIT
#include "../../../../include/linux/bitops.h"

#undef __KERNEL__

static inline void set_bit(int nr, unsigned long *addr)
{
addr[nr / BITS_PER_LONG] |= 1UL << (nr % BITS_PER_LONG);
Expand Down

0 comments on commit 7384191

Please sign in to comment.