From 8dfa1006723b61e9e171bd9e79edcf582ed2d4e0 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Wed, 19 Dec 2018 21:28:39 -0500 Subject: [PATCH] maple_tree: Fix compilation differently Signed-off-by: Matthew Wilcox --- include/linux/maple_tree.h | 1 - tools/testing/radix-tree/generated/autoconf.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/maple_tree.h b/include/linux/maple_tree.h index 369977f64207..eca9137a189d 100644 --- a/include/linux/maple_tree.h +++ b/include/linux/maple_tree.h @@ -25,7 +25,6 @@ * * Nodes in the tree point to their parent unless bit 0 is set. */ -#define CONFIG_64BIT #ifdef CONFIG_64BIT #define MAPLE_NODE_SLOTS 15 /* 128 bytes including ->parent */ #define MAPLE_RANGE64_SLOTS 8 /* 128 bytes */ diff --git a/tools/testing/radix-tree/generated/autoconf.h b/tools/testing/radix-tree/generated/autoconf.h index 2218b3cc184e..e7da80350236 100644 --- a/tools/testing/radix-tree/generated/autoconf.h +++ b/tools/testing/radix-tree/generated/autoconf.h @@ -1 +1,2 @@ #define CONFIG_XARRAY_MULTI 1 +#define CONFIG_64BIT 1 -- 2.50.1