cvs commit: src/sys/kern kern_slaballoc.c

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Sat Apr 2 07:54:31 PST 2005


joerg       2005/04/02 07:53:56 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_slaballoc.c 
  Log:
  Move the processing of malloc flags out of the loop. The exception
  is the M_WAITOK, since the interpretation changing when the current
  thread is preempting or not.  This can change with the second run of
  the loop, so evaluate it each time.
  
  Revision  Changes    Path
  1.28      +15 -14    src/sys/kern/kern_slaballoc.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_slaballoc.c.diff?r1=1.27&r2=1.28&f=u





More information about the Commits mailing list