Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170945704
D59485.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
725 B
Referenced Files
None
Subscribers
None
D59485.diff
View Options
diff --git a/sys/arm64/iommu/smmu_acpi.c b/sys/arm64/iommu/smmu_acpi.c
--- a/sys/arm64/iommu/smmu_acpi.c
+++ b/sys/arm64/iommu/smmu_acpi.c
@@ -288,4 +288,4 @@
sizeof(struct smmu_softc), smmu_driver);
EARLY_DRIVER_MODULE(smmu, acpi, smmu_acpi_driver, 0, 0,
- BUS_PASS_INTERRUPT + BUS_PASS_ORDER_MIDDLE);
+ BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE);
diff --git a/sys/arm64/iommu/smmu_fdt.c b/sys/arm64/iommu/smmu_fdt.c
--- a/sys/arm64/iommu/smmu_fdt.c
+++ b/sys/arm64/iommu/smmu_fdt.c
@@ -200,4 +200,4 @@
sizeof(struct smmu_softc), smmu_driver);
EARLY_DRIVER_MODULE(smmu, simplebus, smmu_fdt_driver, 0, 0,
- BUS_PASS_INTERRUPT + BUS_PASS_ORDER_MIDDLE);
+ BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 8, 7:02 PM (10 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38531658
Default Alt Text
D59485.diff (725 B)
Attached To
Mode
D59485: arm64/smmu: Move smmu later
Attached
Detach File
Event Timeline
Log In to Comment