Index: kernel/test/mm/falloc2.c
===================================================================
--- kernel/test/mm/falloc2.c	(revision aafed151536405cdb1390b88b7e4ac7c285dd53e)
+++ kernel/test/mm/falloc2.c	(revision 3e6bca8e30f09268060ae3e4db1f0a3d721f5730)
@@ -43,6 +43,6 @@
 #define THREADS      8
 
-static atomic_t thread_cnt;
-static atomic_t thread_fail;
+static atomic_size_t thread_cnt;
+static atomic_size_t thread_fail;
 
 static void falloc(void *arg)
