freebsd-dev/sys/i386
John Baldwin abd9053ee4 Blow away the panic mutex in favor of using a single atomic_cmpset() on a
panic_cpu shared variable.  I used a simple atomic operation here instead
of a spin lock as it seemed to be excessive overhead.  Also, this can avoid
recursive panics if, for example, witness is broken.
2001-04-17 04:18:08 +00:00
..
acpica
apm Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
bios Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
conf Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS) 2001-04-15 19:37:28 +00:00
i386 Blow away the panic mutex in favor of using a single atomic_cmpset() on a 2001-04-17 04:18:08 +00:00
ibcs2 Add missing includes of <sys/sx.h> 2001-03-28 15:04:22 +00:00
include Blow away the panic mutex in favor of using a single atomic_cmpset() on a 2001-04-17 04:18:08 +00:00
isa People are still having problems with i586_* on UP machines and SMP 2001-04-13 17:14:53 +00:00
linux Regen after adding linux_sched_get_priority_max() and 2001-04-01 06:43:09 +00:00
pci
svr4 Grab the process lock while calling psignal and before calling psignal. 2001-03-07 03:37:06 +00:00
Makefile