preliminary comment out the self-modifying code for RtlPrefetchMemoryNonTemporal
authorThomas Bluemel <thomas@reactsoft.com>
Tue, 29 Nov 2005 22:39:33 +0000 (22:39 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Tue, 29 Nov 2005 22:39:33 +0000 (22:39 +0000)
svn path=/trunk/; revision=19760

reactos/ntoskrnl/ke/i386/kernel.c

index b61ff36..aace793 100644 (file)
@@ -527,7 +527,7 @@ Ki386SetProcessorFeatures(VOID)
    if(Pcr->PrcbData.FeatureBits & X86_FEATURE_SSE)
    {
        /* Replace the ret by a nop */
-       *(PCHAR)RtlPrefetchMemoryNonTemporal = 0x90;
+       /* FIXME - *(PCHAR)RtlPrefetchMemoryNonTemporal = 0x90; */
    }
 
    /* Does the CPU Support Fast System Call? */