Author: fireball Date: Tue Jul 16 17:44:19 2013 New Revision: 59492 URL: http://svn.reactos.org/svn/reactos?rev=59492&view=rev Log: Dedicated to Timo.
Modified: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S Modified: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S?rev=59492&r1=59491&r2=59492&view=diff ============================================================================== --- trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S [iso-8859-1] Tue Jul 16 17:44:19 2013 @@ -112,7 +112,7 @@ 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 */