Addition of move_pages() syscall tests. The updated patch fixes the warning messages and removes the print_bitmask function (it's not used) which causes build errors on powerpc. Signed-off-by: Vijay Kumar B. <vijaykumar@bravegnu.org>.
diff --git a/Makefile b/Makefile
index c86fa68..4489f4a 100644
--- a/Makefile
+++ b/Makefile
@@ -37,8 +37,10 @@
 RANLIB=$(CROSS_COMPILER)ranlib
 endif
 
+HAS_NUMA=$(shell sh tools/scripts/numa_test.sh)
+
 export CFLAGS += -Wall $(CROSS_CFLAGS)
-export CC AR RANLIB LDFLAGS
+export CC AR RANLIB LDFLAGS HAS_NUMA
 
 -include config.mk