diff options
Diffstat (limited to 'tools/testing/radix-tree/linux/kernel.h')
-rw-r--r-- | tools/testing/radix-tree/linux/kernel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux/kernel.h b/tools/testing/radix-tree/linux/kernel.h index 6d0cdf618084..76a88f35fdc4 100644 --- a/tools/testing/radix-tree/linux/kernel.h +++ b/tools/testing/radix-tree/linux/kernel.h | |||
@@ -9,6 +9,9 @@ | |||
9 | 9 | ||
10 | #include "../../include/linux/compiler.h" | 10 | #include "../../include/linux/compiler.h" |
11 | 11 | ||
12 | #define CONFIG_SHMEM | ||
13 | #define CONFIG_SWAP | ||
14 | |||
12 | #ifndef NULL | 15 | #ifndef NULL |
13 | #define NULL 0 | 16 | #define NULL 0 |
14 | #endif | 17 | #endif |