diff options
Diffstat (limited to 'tools/perf/util/include')
-rw-r--r-- | tools/perf/util/include/linux/bitops.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/include/linux/bitops.h b/tools/perf/util/include/linux/bitops.h index ace57c36d1d0..8d63116e9435 100644 --- a/tools/perf/util/include/linux/bitops.h +++ b/tools/perf/util/include/linux/bitops.h | |||
@@ -7,6 +7,8 @@ | |||
7 | #define CONFIG_GENERIC_FIND_FIRST_BIT | 7 | #define CONFIG_GENERIC_FIND_FIRST_BIT |
8 | #include "../../../../include/linux/bitops.h" | 8 | #include "../../../../include/linux/bitops.h" |
9 | 9 | ||
10 | #undef __KERNEL__ | ||
11 | |||
10 | static inline void set_bit(int nr, unsigned long *addr) | 12 | static inline void set_bit(int nr, unsigned long *addr) |
11 | { | 13 | { |
12 | addr[nr / BITS_PER_LONG] |= 1UL << (nr % BITS_PER_LONG); | 14 | addr[nr / BITS_PER_LONG] |= 1UL << (nr % BITS_PER_LONG); |