K 10 svn:author V 6 marcel K 8 svn:date V 27 2004-03-27T18:21:24.000000Z K 7 svn:log V 316 Change the type of the various CPU masks to cpumask_t. Note that as long as there are still explicit uses of int, whether in types or in function names (such as atomic_set_int() in sched_ule.c), we can not change cpumask_t to be anything other than u_int. See also the commit log for sys/sys/types.h, revision 1.84. END