diff options
Diffstat (limited to 'tools/testing/radix-tree/linux/kernel.h')
-rw-r--r-- | tools/testing/radix-tree/linux/kernel.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/testing/radix-tree/linux/kernel.h b/tools/testing/radix-tree/linux/kernel.h index 8ea0ed450810..be98a47b4e1b 100644 --- a/tools/testing/radix-tree/linux/kernel.h +++ b/tools/testing/radix-tree/linux/kernel.h | |||
@@ -8,10 +8,7 @@ | |||
8 | #include <limits.h> | 8 | #include <limits.h> |
9 | 9 | ||
10 | #include "../../include/linux/compiler.h" | 10 | #include "../../include/linux/compiler.h" |
11 | 11 | #include "../../../include/linux/kconfig.h" | |
12 | #define CONFIG_RADIX_TREE_MULTIORDER | ||
13 | #define CONFIG_SHMEM | ||
14 | #define CONFIG_SWAP | ||
15 | 12 | ||
16 | #define RADIX_TREE_MAP_SHIFT 3 | 13 | #define RADIX_TREE_MAP_SHIFT 3 |
17 | 14 | ||