Page MenuHomeFreeBSD

Simplify arm64's pmap_mincore().
ClosedPublic

Authored by markj on Jul 24 2018, 5:47 PM.
Tags
None
Referenced Files
F110348473: D16427.diff
Mon, Feb 17, 4:11 AM
Unknown Object (File)
Fri, Jan 24, 5:17 PM
Unknown Object (File)
Sat, Jan 18, 9:55 PM
Unknown Object (File)
Jan 16 2025, 11:43 PM
Unknown Object (File)
Jan 13 2025, 10:25 AM
Unknown Object (File)
Oct 3 2024, 11:21 AM
Unknown Object (File)
Sep 30 2024, 3:20 PM
Unknown Object (File)
Sep 26 2024, 11:19 PM
Subscribers

Details

Summary

I wrote a pmap_mincore() for riscv and in the process noticed that
the arm64 implementation contained a lot of duplicated code.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added reviewers: alc, andrew.
This revision is now accepted and ready to land.Jul 25 2018, 4:54 AM

Is anyone working on "real" dirty bit maintenance for this pmap?

This revision was automatically updated to reflect the committed changes.
In D16427#348875, @alc wrote:

Is anyone working on "real" dirty bit maintenance for this pmap?

I don't know of any plans to work on that, FWIW.