aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux/radix-tree.h
diff options
context:
space:
mode:
authorRehas Sachdeva <aquannie@gmail.com>2017-02-13 16:16:03 -0500
committerMatthew Wilcox <mawilcox@microsoft.com>2017-02-13 21:44:10 -0500
commitc6ce3e2fe3dacda5e8afb0036c814ae9c3fee9b9 (patch)
treeb38304ab4998f9e676ea142a170630ad7d813a24 /tools/testing/radix-tree/linux/radix-tree.h
parentidr: Add missing __rcu annotations (diff)
downloadlinux-dev-c6ce3e2fe3dacda5e8afb0036c814ae9c3fee9b9.tar.xz
linux-dev-c6ce3e2fe3dacda5e8afb0036c814ae9c3fee9b9.zip
radix tree test suite: Add config option for map shift
Add config option "SHIFT=<value>" to Makefile for building test suite with any value of RADIX_TREE_MAP_SHIFT between 3 and 7 inclusive. Signed-off-by: Rehas Sachdeva <aquannie@gmail.com> [mawilcox@microsoft.com: .gitignore, quieten grep, remove on clean] Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Diffstat (limited to 'tools/testing/radix-tree/linux/radix-tree.h')
-rw-r--r--tools/testing/radix-tree/linux/radix-tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux/radix-tree.h b/tools/testing/radix-tree/linux/radix-tree.h
index ddd135fa3af7..bf1bb231f9b5 100644
--- a/tools/testing/radix-tree/linux/radix-tree.h
+++ b/tools/testing/radix-tree/linux/radix-tree.h
@@ -1,5 +1,7 @@
#ifndef _TEST_RADIX_TREE_H
#define _TEST_RADIX_TREE_H
+
+#include "generated/map-shift.h"
#include "../../../../include/linux/radix-tree.h"
extern int kmalloc_verbose;