Edit

IABSD.fr/src/sys/arch

Branch :

  • Show log

    Commit

  • Author : kettenis
    Date : 2025-05-21 09:42:59
    Hash : 1f62937d
    Message : In preparation of moving work from the reaper into exit1(), introduce a new (optional) pmap function that "purges" a pmap to optimize a subsqeuent uvm space teardown. Rewire the arm64 TLB flush optimization to use that new function. ok mpi@, claudio@