<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 Authored by skra on Feb 21 2016, 10:33 AM.
Tags None Referenced Files
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
Event Timelineskra updated this object. Herald added reviewers: cem, jhibbits, manpages. · View Herald TranscriptFeb 21 2016, 10:33 AM2016-02-21 10:33:13 (UTC+0) kib edited edge metadata. This revision is now accepted and ready to land.Feb 21 2016, 11:57 AM2016-02-21 11:57:53 (UTC+0) Comment 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. Closed by commit rS295880: As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to (authored by skra). · Explain WhyFeb 22 2016, 9:02 AM2016-02-22 09:02:50 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 13600 |