freebsd-dev/sys/ia64
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
..
acpica Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/ 2002-07-17 23:49:55 +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 Comment-out USB support. A kernel doesn't boot with it. Deal with it 2002-11-11 01:50:10 +00:00
ia32 Regenerate after adding syscalls. 2002-11-16 23:48:14 +00:00
ia64 Under certain circumstances, we were calling kmem_free() from 2002-11-22 23:57:02 +00:00
include Test the water. Make time_t long (64 bit) on ia64 since we do not have 2002-11-15 22:35:34 +00:00
isa Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
pci Delete legacy pcib code - we can't possibly work without acpi on ia64. 2001-10-06 10:09:57 +00:00