mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[NTOSKRNL]
- Wait to reinitialize drivers until all drivers have loaded svn path=/trunk/; revision=54008
This commit is contained in:
@@ -32,7 +32,6 @@ POBJECT_TYPE IoDriverObjectType = NULL;
|
||||
#define TAG_RTLREGISTRY 'vrqR'
|
||||
|
||||
extern BOOLEAN ExpInTextModeSetup;
|
||||
extern BOOLEAN PnpSystemInit;
|
||||
|
||||
USHORT IopGroupIndex;
|
||||
PLIST_ENTRY IopGroupTable;
|
||||
@@ -517,8 +516,6 @@ IopInitializeDriverModule(
|
||||
/* Set the driver as initialized */
|
||||
IopReadyDeviceObjects(Driver);
|
||||
|
||||
if (PnpSystemInit) IopReinitializeDrivers();
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user