DragonFly BSD
DragonFly commits List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern src/sys/sys src/sys/vm


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Nov 2004 15:36:21 -0800 (PST)

dillon      2004/11/17 15:36:21 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_slaballoc.c 
    sys/sys              malloc.h 
    sys/vm               vm_kern.c 
  Log:
  Remove unused junk from the slab allocator.
  
  Remove M_FAILSAFE and M_INTALLOC.  M_FAILSAFE was a double check for
  interrupt-time allocations but using it was problematic at best and as
  a consequence it was never used.  M_INTALLOC was a macro that used
  M_FAILSAFE and was also never used.  The standard M_ flags for interrupt
  time allocations are M_INTNOWAIT and M_INTWAIT.
  
  Revision  Changes    Path
  1.25      +17 -29    src/sys/kern/kern_slaballoc.c
  1.20      +11 -19    src/sys/sys/malloc.h
  1.19      +12 -12    src/sys/vm/vm_kern.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_slaballoc.c.diff?r1=1.24&r2=1.25&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/malloc.h.diff?r1=1.19&r2=1.20&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_kern.c.diff?r1=1.18&r2=1.19&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]