From: Matthew Wilcox Date: Thu, 20 Dec 2018 02:28:39 +0000 (-0500) Subject: maple_tree: Fix compilation differently X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6a78a4c32634015deb82a9792689cdf0f624ad9c;p=users%2Fjedix%2Flinux-maple.git maple_tree: Fix compilation differently Signed-off-by: Matthew Wilcox --- 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