preliminary comment out the self-modifying code for RtlPrefetchMemoryNonTemporal
[reactos.git] / 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? */