cvs commit: src/sys/kern kern_slaballoc.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Sep 25 16:44:37 PDT 2003


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






More information about the Commits mailing list