Index: kernel/test/mm/falloc2.c
===================================================================
--- kernel/test/mm/falloc2.c	(revision aafed151536405cdb1390b88b7e4ac7c285dd53e)
+++ kernel/test/mm/falloc2.c	(revision 241ab7e11a995ede41fed730b4b8dab9b700c38c)
@@ -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)
