Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2004 10:21:24 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sched_ule.c subr_smp.c src/sys/sys pcpu.h smp.h
Message-ID:  <200403271821.i2RILOGK015528@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403271821.i2RILOGK015528>