From 5e2d40364e813bd40ce8d8702f93005877dd46c1 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 21 Aug 2008 18:10:08 +0000 Subject: [PATCH] fix build ;-) svn path=/branches/ros-amd64-bringup/; revision=35511 --- reactos/ntoskrnl/ke/amd64/boot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ke/amd64/boot.S b/reactos/ntoskrnl/ke/amd64/boot.S index 82e0b054b4c..d3064c92b3d 100644 --- a/reactos/ntoskrnl/ke/amd64/boot.S +++ b/reactos/ntoskrnl/ke/amd64/boot.S @@ -76,7 +76,7 @@ _KiSetupStackAndInitializeKernel: /* 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;