Merge in r55173 as per Amine's request. Also apply Cameron's patch that attempts...
[reactos.git] / ntoskrnl / include / internal / i386 / ke.h
index bbcab28..107e099 100644 (file)
@@ -243,8 +243,8 @@ FORCEINLINE
 VOID
 KeInvalidateTlbEntry(IN PVOID Address)
 {
-    /* Invalidate the TLB entry for this address */
-    __invlpg(Address);
+    /* HACK: Flush the entire TLB */
+    __writecr3(__readcr3());
 }
 
 FORCEINLINE