Page MenuHomeFreeBSD

Remove redundant <machine/pmap.h> include.
ClosedPublic

Authored by skra on Feb 21 2016, 10:33 AM.
Tags
None
Referenced Files
F137095653: D5373.id13560.diff
Fri, Nov 21, 3:24 AM
F137095579: D5373.id.diff
Fri, Nov 21, 3:23 AM
F137094807: D5373.id13600.diff
Fri, Nov 21, 3:20 AM
F137094312: D5373.diff
Fri, Nov 21, 3:18 AM
Unknown Object (File)
Wed, Nov 12, 5:42 AM
Unknown Object (File)
Fri, Oct 31, 6:41 AM
Unknown Object (File)
Thu, Oct 30, 2:53 PM
Unknown Object (File)
Tue, Oct 28, 3:15 PM

Details

Summary

<machine/pmap> is included from <vm/pmap.h> so there is no need to include it explicitly when <vm/pmap.h> is already included.

Note that there are still files where <machine/pmap> is included solo.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

skra retitled this revision from to Remove redundant <machine/pmap.h> include..
skra updated this object.
skra edited the test plan for this revision. (Show Details)
skra added reviewers: alc, kib.
skra set the repository for this revision to rS FreeBSD src repository - subversion.
kib edited edge metadata.
This revision is now accepted and ready to land.Feb 21 2016, 11:57 AM
alc edited edge metadata.

You might also check for cases where both <vm/vm_param.h> and <machine/vmparam.h> are included. This isn't nearly as common, but I have seen it.

This revision was automatically updated to reflect the committed changes.