Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2009 07:35:10 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern sched_4bsd.c sched_ule.c src/sys/sys pcpu.h
Message-ID:  <200901250736.n0P7auZX057043@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2009-01-25 07:35:10 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_4bsd.c sched_ule.c 
    sys/sys              pcpu.h 
  Log:
  SVN rev 187679 on 2009-01-25 07:35:10Z by jeff
  
   - Use __XSTRING where I want the define to be expanded.  This resulted in
     sizeof("MAXCPU") being used to calculate a string length rather than
     something more reasonable such as sizeof("32").  This shouldn't have
     caused any ill effect until we run on machines with 1000000 or more
     cpus.
  
  Revision  Changes    Path
  1.131     +1 -1      src/sys/kern/sched_4bsd.c
  1.252     +2 -2      src/sys/kern/sched_ule.c
  1.29      +1 -1      src/sys/sys/pcpu.h



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