mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- fix build (commenting out calls)
svn path=/trunk/; revision=24965
This commit is contained in:
parent
d466efb4fb
commit
76a4c9efc1
3 changed files with 4 additions and 4 deletions
|
@ -93,7 +93,7 @@ HalInitSystem(IN ULONG BootPhase,
|
|||
}
|
||||
|
||||
/* Initialize the PICs */
|
||||
HalpInitPICs();
|
||||
//HalpInitPICs();
|
||||
|
||||
/* Force initial PIC state */
|
||||
KfRaiseIrql(KeGetCurrentIrql());
|
||||
|
|
|
@ -871,7 +871,7 @@ APICCalibrateTimer(ULONG CPU)
|
|||
* for a wraparound to start exact measurement:
|
||||
* (the current tick might have been already half done)
|
||||
*/
|
||||
WaitFor8254Wraparound();
|
||||
//WaitFor8254Wraparound();
|
||||
|
||||
/*
|
||||
* We wrapped around just now. Let's start
|
||||
|
@ -882,7 +882,7 @@ APICCalibrateTimer(ULONG CPU)
|
|||
}
|
||||
tt1 = APICRead(APIC_CCRT);
|
||||
|
||||
WaitFor8254Wraparound();
|
||||
//WaitFor8254Wraparound();
|
||||
|
||||
|
||||
tt2 = APICRead(APIC_CCRT);
|
||||
|
|
|
@ -52,7 +52,7 @@ HalInitializeProcessor(ULONG ProcessorNumber,
|
|||
OnlineCPUs |= (1 << CPU);
|
||||
|
||||
/* Setup busy waiting */
|
||||
HalpCalibrateStallExecution();
|
||||
//HalpCalibrateStallExecution();
|
||||
}
|
||||
|
||||
BOOLEAN STDCALL
|
||||
|
|
Loading…
Reference in a new issue