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
..
2010-03-09 00:50:58 +00:00
2010-03-22 17:30:34 +00:00
2010-03-21 20:43:23 +00:00
2010-01-06 05:58:07 +00:00
2010-02-18 22:34:29 +00:00
2010-02-18 22:10:55 +00:00
2010-02-21 01:12:18 +00:00