diff options
author | Matthew Wilcox <willy@infradead.org> | 2017-11-10 15:34:31 +0100 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-10-21 16:45:57 +0200 |
commit | 9b89a0355144685a787b0dc5bcf7bdd6f2d02968 (patch) | |
tree | 5e9d4f434e638313df1f9d96c145097b9897d122 /tools/include/asm-generic/bitops.h | |
parent | xarray: Add XArray load operation (diff) | |
download | linux-9b89a0355144685a787b0dc5bcf7bdd6f2d02968.tar.xz linux-9b89a0355144685a787b0dc5bcf7bdd6f2d02968.zip |
xarray: Add XArray marks
XArray marks are like the radix tree tags, only slightly more strongly
typed. They are renamed in order to distinguish them from tagged
pointers. This commit adds the basic get/set/clear operations.
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'tools/include/asm-generic/bitops.h')
-rw-r--r-- | tools/include/asm-generic/bitops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/asm-generic/bitops.h b/tools/include/asm-generic/bitops.h index 9bce3b56b5e7..5d2ab38965cc 100644 --- a/tools/include/asm-generic/bitops.h +++ b/tools/include/asm-generic/bitops.h @@ -27,5 +27,6 @@ #include <asm-generic/bitops/hweight.h> #include <asm-generic/bitops/atomic.h> +#include <asm-generic/bitops/non-atomic.h> #endif /* __TOOLS_ASM_GENERIC_BITOPS_H */ |