Page MenuHomeFreeBSD

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

Authored by skra on Feb 21 2016, 10:33 AM.
Tags
None
Referenced Files
F82559289: D5373.diff
Tue, Apr 30, 7:17 AM
Unknown Object (File)
Feb 28 2024, 6:01 AM
Unknown Object (File)
Jan 5 2024, 10:00 PM
Unknown Object (File)
Dec 20 2023, 12:19 AM
Unknown Object (File)
Dec 3 2023, 4:41 PM
Unknown Object (File)
Nov 9 2023, 11:54 PM
Unknown Object (File)
Nov 7 2023, 11:56 PM
Unknown Object (File)
Nov 6 2023, 6:11 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 Not Applicable
Unit
Tests Not Applicable

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.