Page MenuHomeFreeBSD

LinuxKPI: page.h: resort lines
ClosedPublic

Authored by bz on Fri, Jul 17, 1:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 4, 4:03 AM
Unknown Object (File)
Mon, Aug 3, 1:16 PM
Unknown Object (File)
Sun, Aug 2, 6:21 PM
Unknown Object (File)
Sun, Aug 2, 8:43 AM
Unknown Object (File)
Sat, Aug 1, 6:22 PM
Unknown Object (File)
Sat, Aug 1, 10:41 AM
Unknown Object (File)
Fri, Jul 31, 9:00 AM
Unknown Object (File)
Fri, Jul 31, 7:07 AM
Subscribers

Details

Summary

Two of the "page macros" can be abstracted elsewhere in the upcoming
struct page work, so sort them away from the four which are here to
stay.

No functional change.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 74909
Build 71792: arc lint + arc unit

Event Timeline

bz requested review of this revision.Fri, Jul 17, 1:15 PM

REbase in the hope that with this the stack applies cleanly as well.

This will go in by Friday.

Sure. I think they could just stay where they are until the refactor but OK.

This revision is now accepted and ready to land.Wed, Jul 22, 8:39 PM

Sure. I think they could just stay where they are until the refactor but OK.

depends on whether the "struct page' work goes in with the #ifdef at first or not in the end.
This makes the #ifdef simpler if you look at the 2nd half of https://reviews.freebsd.org/differential/changeset/?ref=1569038 and hopefully helps with reviewing those bits.

This revision was automatically updated to reflect the committed changes.