preliminary comment out the self-modifying code for
RtlPrefetchMemoryNonTemporal
Modified: trunk/reactos/ntoskrnl/ke/i386/kernel.c
_____
Modified: trunk/reactos/ntoskrnl/ke/i386/kernel.c
--- trunk/reactos/ntoskrnl/ke/i386/kernel.c 2005-11-29 22:39:12 UTC
(rev 19759)
+++ trunk/reactos/ntoskrnl/ke/i386/kernel.c 2005-11-29 22:39:33 UTC
(rev 19760)
@@ -527,7 +527,7 @@
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? */