cvs commit: src/sys/kern sched_ule.c subr_smp.c src/sys/sys pcpu.h smp.h

Marcel Moolenaar marcel at FreeBSD.org
Sat Mar 27 10:21:25 PST 2004


marcel      2004/03/27 10:21:24 PST

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c subr_smp.c 
    sys/sys              pcpu.h smp.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.102     +4 -4      src/sys/kern/sched_ule.c
  1.186     +7 -7      src/sys/kern/subr_smp.c
  1.13      +2 -2      src/sys/sys/pcpu.h
  1.77      +6 -6      src/sys/sys/smp.h


More information about the cvs-all mailing list