diff options
author | Matthew Wilcox <mawilcox@microsoft.com> | 2016-12-29 14:49:48 -0500 |
---|---|---|
committer | Matthew Wilcox <mawilcox@microsoft.com> | 2017-02-13 16:09:43 -0500 |
commit | bfa11193c46d5ea8ef4d9a4f1c10221cdd985ab1 (patch) | |
tree | 0361a54b2e5c210345063b09c7b08035b1a1cc91 /tools | |
parent | 991af734c46d726f1c62cabd1681563beb533e14 (diff) |
radix tree test suite: Remove obsolete CONFIG
radix-tree.c doesn't use these CONFIG options any more.
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Reviewed-by: Rehas Sachdeva <aquannie@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/radix-tree/generated/autoconf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/radix-tree/generated/autoconf.h b/tools/testing/radix-tree/generated/autoconf.h index ad18cf5a2a3a..cf88dc5b8832 100644 --- a/tools/testing/radix-tree/generated/autoconf.h +++ b/tools/testing/radix-tree/generated/autoconf.h @@ -1,3 +1 @@ #define CONFIG_RADIX_TREE_MULTIORDER 1 -#define CONFIG_SHMEM 1 -#define CONFIG_SWAP 1 |