Page MenuHomeFreeBSD

Fix modules build
ClosedPublic

Authored by br on Jul 29 2020, 2:33 PM.
Tags
None
Referenced Files
F150863371: D25879.id75126.diff
Sat, Apr 4, 1:53 PM
Unknown Object (File)
Fri, Apr 3, 5:14 PM
Unknown Object (File)
Thu, Apr 2, 5:30 PM
Unknown Object (File)
Thu, Apr 2, 10:08 AM
Unknown Object (File)
Tue, Mar 24, 2:43 PM
Unknown Object (File)
Sat, Mar 21, 2:34 PM
Unknown Object (File)
Tue, Mar 17, 2:27 AM
Unknown Object (File)
Sat, Mar 7, 8:06 AM
Subscribers

Details

Reviewers
kib
Commits
rS363666: Fix build.
Summary

Fix modules build

Test Plan

full kernel build with modules

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

br requested review of this revision.Jul 29 2020, 2:33 PM
br created this revision.

I am confused. Is this needed _now_ for the svn HEAD, or is it a follow-up to D25878 ? If the later, it should be wrapped into D25878.

In D25879#573157, @kib wrote:

I am confused. Is this needed _now_ for the svn HEAD, or is it a follow-up to D25878 ? If the later, it should be wrapped into D25878.

This is needed now svn HEAD

Butt then why do you need taskqueue.h and tree.h before iommu ? They are included by the header ATM

Remove duplicate headers

This revision is now accepted and ready to land.Jul 29 2020, 3:34 PM
This revision was automatically updated to reflect the committed changes.
br added a commit: rS363666: Fix build..