From 5846967dd03cf6124f69667a7d92b95945ab4f18 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 16 Jul 2013 17:44:19 +0000 Subject: [PATCH] Dedicated to Timo. svn path=/trunk/; revision=59492 --- reactos/ntoskrnl/ke/i386/ctxswitch.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ke/i386/ctxswitch.S b/reactos/ntoskrnl/ke/i386/ctxswitch.S index bb4bc0d0ac6..1d0ebe46933 100644 --- a/reactos/ntoskrnl/ke/i386/ctxswitch.S +++ b/reactos/ntoskrnl/ke/i386/ctxswitch.S @@ -112,7 +112,7 @@ _Ki386LargePageIdentityLabel: and eax, NOT CR0_PG mov cr0, eax - /* Jump to the next instruction */ + /* Jump to the next instruction to clear the prefetch queue */ jmp $+2 /* Enable Page Size Extension in CR4 */