1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys/i386
John Baldwin 6966c33482 Call WITNESS_CHECK() in the page fault handler and immediately assume it
is a fatal fault if we are holding any non-sleepable locks.  This should
cut down on the number of bogus LORs we currently get when the kernel
panics due to a NULL (or bogus) pointer dereference that goes wandering
off into the VM system which tries to acquire locks and then kicks off
the spurious LORs.  This should probably be ported to all the archs at
some point.

Tested on:	i386
2006-01-27 22:22:10 +00:00
..
acpica
bios
compile
conf Remove the commented out entry of the old ISA-only le(4) driver which 2006-01-21 12:38:35 +00:00
cpufreq
i386 Call WITNESS_CHECK() in the page fault handler and immediately assume it 2006-01-27 22:22:10 +00:00
ibcs2 Fix a couple of issues with the ibcs2 module event handler. First, return 2006-01-03 20:39:38 +00:00
include By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into 2006-01-09 06:05:57 +00:00
isa Use ttyalloc() instead of ttymalloc() 2006-01-04 09:46:20 +00:00
linux Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure 2005-12-26 21:23:57 +00:00
pci - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the 2006-01-06 19:22:19 +00:00
svr4
xbox Use ttyalloc() instead of ttymalloc() 2006-01-04 09:46:20 +00:00
Makefile