Author: tkreuzer Date: Thu Aug 21 13:10:08 2008 New Revision: 35511
URL: http://svn.reactos.org/svn/reactos?rev=35511&view=rev Log: fix build ;-)
Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/boot.S
Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/boot.S URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ntoskr... ============================================================================== --- branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/boot.S [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/boot.S [iso-8859-1] Thu Aug 21 13:10:08 2008 @@ -76,7 +76,7 @@ /* Force interrupts enabled and lower IRQL back to DISPATCH_LEVEL */ sti mov rcx, DISPATCH_LEVEL - call _KfLowerIrql + mov cr8, rcx
/* Set the right wait IRQL */ mov byte ptr [rbx+KTHREAD_WAIT_IRQL], DISPATCH_LEVEL;