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

cvs commit: src/sys/kern kern_slaballoc.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 25 Sep 2003 16:44:08 -0700 (PDT)

dillon      2003/09/25 16:44:08 PDT

  Modified files:
    sys/kern             kern_slaballoc.c 
  Log:
  Do not attempt to access kernel_map in free().  It's a bad idea, and doubly
  so because free() can be called through a remote IPI.  Instead the slab's
  freelist hysteresis has been moved into malloc().
  
  This fixes a number of reported panics.
  
  Revision  Changes    Path
  1.5       +22 -17    src/sys/kern/kern_slaballoc.c




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