- fix build (commenting out calls)

svn path=/trunk/; revision=24965
This commit is contained in:
Johannes Anderwald 2006-11-29 10:19:00 +00:00
parent d466efb4fb
commit 76a4c9efc1
3 changed files with 4 additions and 4 deletions

View file

@ -93,7 +93,7 @@ HalInitSystem(IN ULONG BootPhase,
}
/* Initialize the PICs */
HalpInitPICs();
//HalpInitPICs();
/* Force initial PIC state */
KfRaiseIrql(KeGetCurrentIrql());

View file

@ -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);

View file

@ -52,7 +52,7 @@ HalInitializeProcessor(ULONG ProcessorNumber,
OnlineCPUs |= (1 << CPU);
/* Setup busy waiting */
HalpCalibrateStallExecution();
//HalpCalibrateStallExecution();
}
BOOLEAN STDCALL