freebsd-skq/sys/powerpc
mux 8169a213d9 Under certain circumstances, we were calling kmem_free() from
i386 cpu_thread_exit().  This resulted in a panic with WITNESS
since we need to hold Giant to call kmem_free(), and we weren't
helding it anymore in cpu_thread_exit().  We now do this from a
new MD function, cpu_thread_dtor(), called by thread_dtor().

Approved by:	re@
Suggested by:	jhb
2002-11-22 23:57:02 +00:00
..
aim Under certain circumstances, we were calling kmem_free() from 2002-11-22 23:57:02 +00:00
compile
conf
include
ofw
powermac
powerpc Under certain circumstances, we were calling kmem_free() from 2002-11-22 23:57:02 +00:00
psim