opnsense-src/sys/mips/mips
Warner Losh f3e39d2a7b Rewrite get_pv_entry() to match expectations of the rest of the
kernel.  Rather than just kick off the page daemon, we actively retire
more mappings.  The inner loop now looks a lot like the inner loop of
pmap_remove_all.

Also, get_pv_entry can't return NULL now, so remove panic if it did.

Reviewed by:	alc@
2009-02-12 01:14:49 +00:00
..
autoconf.c
busdma_machdep.c pmap_kenrel() was recently deleted from pmap.h. It was still used 2009-02-12 01:10:53 +00:00
cache.c This file shows signs of heavy borrowing from NetBSD's cache.c file, 2008-04-15 05:35:00 +00:00
cache_mipsNN.c
copystr.S Add copyright notice and license to reflect origin of most of the 2008-04-15 05:31:19 +00:00
cpu.c o Move $FreeBSD$ from comment to __FBSDID macro 2009-01-14 20:16:44 +00:00
db_disasm.c
db_interface.c
db_trace.c
dump_machdep.c
elf64_machdep.c First pass at 64-bit elf support 2008-12-31 07:38:04 +00:00
elf_machdep.c Mips never had /usr/libexec/ld-elf.so.1, so remove it. We don't have 2008-12-16 20:04:02 +00:00
exception.S
fp.S
gdb_machdep.c
genassym.c
in_cksum.c - Fix in_cksum for big-endian MIPS: use correct compile-time check. 2009-02-08 23:43:36 +00:00
intr_machdep.c MFp4: Merge interrupt code from p4 2008-09-19 04:16:13 +00:00
locore.S
machdep.c Remove unused variable. 2009-01-16 08:30:22 +00:00
mainbus.c
mem.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
mp_machdep.c Remove ipi_all() and ipi_self() as the former hasn't been used at 2008-09-28 18:34:14 +00:00
nexus.c o Make debug output conditional 2009-01-14 20:36:58 +00:00
pm_machdep.c
pmap.c Rewrite get_pv_entry() to match expectations of the rest of the 2009-02-12 01:14:49 +00:00
psraccess.S
stack_machdep.c
support.S The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmp 2008-09-23 14:45:10 +00:00
swtch.S
tick.c Document a few sysctls. 2008-08-03 14:11:06 +00:00
tlb.S
trap.c Fix comments to relate to FreeBSD's current interrupt blocking 2008-09-28 03:50:34 +00:00
uio_machdep.c
vm_machdep.c