freebsd-skq/sys/ia64
Marcel Moolenaar 55bd918aab o Remove the pmap argument to pmap_invalidate_all() as it's not used
other than in a potentially dangerous KASSERT.
o   Hand-inline pmap_remove_page() as it's only called from 1 place and
    the abstraction that pmap_remove_page() provides is not enough to
    warrant the obfuscation. Eliminate the dangerous KASSERT in the
    process.
o   In pmap_remove_pte(), remove the KASSERT for pmap being the current
    one as it's not safe in the face of CPU migration.
2010-03-22 18:24:42 +00:00
..
acpica Some code churn: 2010-02-14 16:56:24 +00:00
compile
conf Remove COMPAT_43TTY from stock kernel configuration files. 2010-03-13 09:21:00 +00:00
disasm
ia32
ia64 o Remove the pmap argument to pmap_invalidate_all() as it's not used 2010-03-22 18:24:42 +00:00
include Define curthread as an inline function that loads the thread pointer 2010-03-22 02:01:33 +00:00
isa
pci Disable interrupts when calling into SAL for PCI configuration 2010-03-22 03:06:11 +00:00