mirror of
https://github.com/reactos/reactos.git
synced 2025-07-12 16:34:13 +00:00
- Remove the 5-second delay in the initialization code, we've validated this works now.
svn path=/trunk/; revision=34492
This commit is contained in:
parent
69b3a4581d
commit
758134fc03
1 changed files with 0 additions and 11 deletions
|
@ -1703,17 +1703,6 @@ Phase1InitializationDiscard(IN PVOID Context)
|
||||||
|
|
||||||
/* Initialize in-place execution support */
|
/* Initialize in-place execution support */
|
||||||
XIPInit(LoaderBlock);
|
XIPInit(LoaderBlock);
|
||||||
|
|
||||||
#ifdef _M_ARM
|
|
||||||
//
|
|
||||||
// ARM: Force a wait so we can test thread scheduling, timing and context switching
|
|
||||||
//
|
|
||||||
DPRINT1("Beginning 5 second wait...\n");
|
|
||||||
Timeout.QuadPart = Int32x32To64(5, -10000000);
|
|
||||||
KeDelayExecutionThread(KernelMode, FALSE, &Timeout);
|
|
||||||
DPRINT1("Wait complete\n");
|
|
||||||
while (TRUE);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Set maximum update to 75% */
|
/* Set maximum update to 75% */
|
||||||
InbvSetProgressBarSubset(25, 75);
|
InbvSetProgressBarSubset(25, 75);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue