cvs commit: src/sys/kern kern_slaballoc.c

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Oct 24 17:49:05 PDT 2003


dillon      2003/10/24 17:48:03 PDT

  Modified files:
    sys/kern             kern_slaballoc.c 
  Log:
  Interrupt threads could block in free waiting for kernel_map().  Add a
  check for TDF_INTTHREAD to avoid this scenario.  This makes free() compatible
  with assumptions made by softupdates().
  
  Revision  Changes    Path
  1.14      +6 -1      src/sys/kern/kern_slaballoc.c






More information about the Commits mailing list