Signed-off-by: Matthew Wilcox <willy@infradead.org>
*
* 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 */
TARGETS = main idr-test multiorder xarray maple
CORE_OFILES := xarray.o radix-tree.o idr.o linux.o test.o find_bit.o bitmap.o maple.o
OFILES = main.o $(CORE_OFILES) regression1.o regression2.o regression3.o \
+ regression4.o \
tag_check.o multiorder.o idr-test.o iteration_check.o benchmark.o
ifndef SHIFT
#define CONFIG_XARRAY_MULTI 1
+#define CONFIG_64BIT 1