Author: janderwald Date: Wed Nov 29 15:36:33 2006 New Revision: 24966
URL: http://svn.reactos.org/svn/reactos?rev=24966&view=rev Log: - fix build (commenting out calls)
Modified: trunk/reactos/hal/halx86/xbox/halinit_xbox.c
Modified: trunk/reactos/hal/halx86/xbox/halinit_xbox.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/xbox/halinit_xbo... ============================================================================== --- trunk/reactos/hal/halx86/xbox/halinit_xbox.c (original) +++ trunk/reactos/hal/halx86/xbox/halinit_xbox.c Wed Nov 29 15:36:33 2006 @@ -26,7 +26,7 @@ HalpInitPICs();
/* Setup busy waiting */ - HalpCalibrateStallExecution(); + //HalpCalibrateStallExecution();
HalpXboxInitPartIo(); }