File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1581,7 +1581,6 @@ static int __init gic_init_bases(void __iomem *dist_base,
1581
1581
1582
1582
gic_data .domain = irq_domain_create_tree (handle , & gic_irq_domain_ops ,
1583
1583
& gic_data );
1584
- irq_domain_update_bus_token (gic_data .domain , DOMAIN_BUS_WIRED );
1585
1584
gic_data .rdists .rdist = alloc_percpu (typeof (* gic_data .rdists .rdist ));
1586
1585
gic_data .rdists .has_rvpeid = true;
1587
1586
gic_data .rdists .has_vlpis = true;
@@ -1592,6 +1591,8 @@ static int __init gic_init_bases(void __iomem *dist_base,
1592
1591
goto out_free ;
1593
1592
}
1594
1593
1594
+ irq_domain_update_bus_token (gic_data .domain , DOMAIN_BUS_WIRED );
1595
+
1595
1596
gic_data .has_rss = !!(typer & GICD_TYPER_RSS );
1596
1597
pr_info ("Distributor has %sRange Selector support\n" ,
1597
1598
gic_data .has_rss ? "" : "no " );
You can’t perform that action at this time.
0 commit comments