<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.
Differential D5373
Remove redundant <machine/pmap.h> include. skra on Feb 21 2016, 10:33 AM. Authored by Tags None Referenced Files
Details <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
Event TimelineComment Actions 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. |