Page MenuHomeFreeBSD

Reorder PGA_REFERENCED and pmap_ts_referenced()
ClosedPublic

Authored by alc on Jul 15 2018, 5:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 30 2023, 1:53 PM
Unknown Object (File)
Nov 10 2023, 4:12 PM
Unknown Object (File)
Nov 9 2023, 3:40 PM
Unknown Object (File)
Nov 9 2023, 7:43 AM
Unknown Object (File)
Nov 6 2023, 9:44 PM
Unknown Object (File)
Nov 6 2023, 4:13 PM
Unknown Object (File)
Oct 9 2023, 3:09 PM
Unknown Object (File)
Oct 8 2023, 2:37 PM
Subscribers

Details

Summary

As discussed in one of the pmap patches, the PGA_REFERENCED test should really come after the pmap_ts_referenced() call.

vm_swapout.c already happens to perform the checks in this order.

Diff Detail

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

Event Timeline

markj added inline comments.
vm/vm_pageout.c
1497 ↗(On Diff #45318)

Style: unneeded braces.

This revision is now accepted and ready to land.Jul 15 2018, 5:05 PM
This revision now requires review to proceed.Jul 15 2018, 5:21 PM
This revision is now accepted and ready to land.Jul 15 2018, 5:27 PM
This revision was automatically updated to reflect the committed changes.