mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:45:50 +00:00
HACK HACK HACK: disable an ASSERT
We need proper IPIs to flush the TLB
This commit is contained in:
parent
e5c880df25
commit
030c1fe576
1 changed files with 1 additions and 1 deletions
|
@ -2423,7 +2423,7 @@ MiProtectVirtualMemory(IN PEPROCESS Process,
|
||||||
MI_WRITE_INVALID_PTE(PointerPte, PteContents);
|
MI_WRITE_INVALID_PTE(PointerPte, PteContents);
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
// FIXME: Should invalidate entry in every CPU TLB
|
// FIXME: Should invalidate entry in every CPU TLB
|
||||||
ASSERT(KeNumberProcessors == 1);
|
//ASSERT(KeNumberProcessors == 1);
|
||||||
#endif
|
#endif
|
||||||
KeInvalidateTlbEntry(MiPteToAddress(PointerPte));
|
KeInvalidateTlbEntry(MiPteToAddress(PointerPte));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue