powerpc: Make OPAL root node probe at bus pass
This way its children can attach earlier if needed, and some subsystems are attached earlier, like the asynchronous token management. MFC after: 2 weeks
This commit is contained in:
parent
2a7ed7c4ee
commit
ae8108a139
@ -95,7 +95,8 @@ static driver_t opaldev_driver = {
|
||||
|
||||
static devclass_t opaldev_devclass;
|
||||
|
||||
DRIVER_MODULE(opaldev, ofwbus, opaldev_driver, opaldev_devclass, 0, 0);
|
||||
EARLY_DRIVER_MODULE(opaldev, ofwbus, opaldev_driver, opaldev_devclass, 0, 0,
|
||||
BUS_PASS_BUS);
|
||||
|
||||
static void opal_heartbeat(void);
|
||||
static void opal_handle_messages(void);
|
||||
|
Loading…
Reference in New Issue
Block a user