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