preliminary comment out the self-modifying code for RtlPrefetchMemoryNonTemporal

svn path=/trunk/; revision=19760
This commit is contained in:
Thomas Bluemel 2005-11-29 22:39:33 +00:00
parent ad9750d854
commit 1acce99c61

View 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? */