projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad9750d
)
preliminary comment out the self-modifying code for RtlPrefetchMemoryNonTemporal
author
Thomas Bluemel
<thomas@reactsoft.com>
Tue, 29 Nov 2005 22:39:33 +0000
(22:39 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/ke/i386/kernel.c
b/reactos/ntoskrnl/ke/i386/kernel.c
index
b61ff36
..
aace793
100644
(file)
--- a/
reactos/ntoskrnl/ke/i386/kernel.c
+++ b/
reactos/ntoskrnl/ke/i386/kernel.c
@@
-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? */