Page MenuHomeFreeBSD

Simplify arm64's pmap_mincore().
ClosedPublic

Authored by markj on Jul 24 2018, 5:47 PM.
Tags
None
Referenced Files
F148318822: D16427.id45792.diff
Tue, Mar 17, 3:48 AM
Unknown Object (File)
Mon, Mar 16, 8:28 PM
Unknown Object (File)
Mon, Mar 16, 3:12 PM
Unknown Object (File)
Mon, Mar 16, 1:20 AM
Unknown Object (File)
Sat, Mar 14, 9:34 AM
Unknown Object (File)
Fri, Mar 6, 9:44 AM
Unknown Object (File)
Wed, Mar 4, 2:03 PM
Unknown Object (File)
Wed, Mar 4, 1:34 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 18305
Build 18030: arc lint + arc unit

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.