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)
Sep 24 2024, 3:19 AM
Unknown Object (File)
Sep 22 2024, 2:55 AM
Unknown Object (File)
Sep 21 2024, 5:51 AM
Unknown Object (File)
Sep 19 2024, 9:55 PM
Unknown Object (File)
Sep 16 2024, 12:25 PM
Unknown Object (File)
Sep 8 2024, 8:49 AM
Unknown Object (File)
Sep 5 2024, 1:06 AM
Unknown Object (File)
Sep 4 2024, 2:08 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.