CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2018/03/13 01:37:58
Modified files: sys/arch/amd64/amd64: pmap.c sys/arch/amd64/include: pmap.h Log message: pmap_map_ptes() always returns the same ptep and pdepp pointers, so inline the assignments, pushing them through the callers into several other functions. This shows that pmap_free_ptp() was doing a duplicate set of pmap_tlb_shootpage() calls: delete the extras. ok deraadt@ mlarkin@