From 76a4c9efc1d2b582dcf50181436295f881004eb6 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Wed, 29 Nov 2006 10:19:00 +0000 Subject: [PATCH] - fix build (commenting out calls) svn path=/trunk/; revision=24965 --- reactos/hal/halx86/generic/halinit.c | 2 +- reactos/hal/halx86/mp/apic.c | 4 ++-- reactos/hal/halx86/mp/processor_mp.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/hal/halx86/generic/halinit.c b/reactos/hal/halx86/generic/halinit.c index ca2faf5d1fc..637b2067d69 100644 --- a/reactos/hal/halx86/generic/halinit.c +++ b/reactos/hal/halx86/generic/halinit.c @@ -93,7 +93,7 @@ HalInitSystem(IN ULONG BootPhase, } /* Initialize the PICs */ - HalpInitPICs(); + //HalpInitPICs(); /* Force initial PIC state */ KfRaiseIrql(KeGetCurrentIrql()); diff --git a/reactos/hal/halx86/mp/apic.c b/reactos/hal/halx86/mp/apic.c index f865219454b..aec51e4fc2a 100644 --- a/reactos/hal/halx86/mp/apic.c +++ b/reactos/hal/halx86/mp/apic.c @@ -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); diff --git a/reactos/hal/halx86/mp/processor_mp.c b/reactos/hal/halx86/mp/processor_mp.c index 204f5459f01..442d403d948 100644 --- a/reactos/hal/halx86/mp/processor_mp.c +++ b/reactos/hal/halx86/mp/processor_mp.c @@ -52,7 +52,7 @@ HalInitializeProcessor(ULONG ProcessorNumber, OnlineCPUs |= (1 << CPU); /* Setup busy waiting */ - HalpCalibrateStallExecution(); + //HalpCalibrateStallExecution(); } BOOLEAN STDCALL