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