freebsd-dev/sys/powerpc
Maxime Henrion b19d9defef 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 Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Permits UFS ACLs to be used with the GENERIC kernel. Due to recent 2002-10-19 16:54:15 +00:00
include Split 4.x and 5.x signal handling so that we can keep 4.x signal 2002-10-25 19:10:58 +00:00
ofw OpenFirmware PCI support code. 2002-07-09 13:27:58 +00:00
powermac Driver for the macio south bridge, and ATA cell contained within. 2002-09-19 04:52:07 +00:00
powerpc Under certain circumstances, we were calling kmem_free() from 2002-11-22 23:57:02 +00:00
psim Support files and a h/w tree description for the PSIM ppc simulator 2002-09-19 04:57:10 +00:00