freebsd-src/sys/amd64
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 *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IO 2002-11-21 20:55:22 +00:00
amd64 Under certain circumstances, we were calling kmem_free() from 2002-11-22 23:57:02 +00:00
compile
conf No need for pmtimer hint anymore. 2002-10-22 17:32:27 +00:00
ia32 Regenerate after adding syscalls. 2002-11-16 23:48:14 +00:00
include Add getcontext, setcontext, and swapcontext as system calls. 2002-11-16 06:35:53 +00:00
isa Add getcontext, setcontext, and swapcontext as system calls. 2002-11-16 06:35:53 +00:00
pci MFp4: 2002-11-14 05:22:37 +00:00
Makefile