mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 11:33:43 +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);
|
||||
#ifdef CONFIG_SMP
|
||||
// FIXME: Should invalidate entry in every CPU TLB
|
||||
ASSERT(KeNumberProcessors == 1);
|
||||
//ASSERT(KeNumberProcessors == 1);
|
||||
#endif
|
||||
KeInvalidateTlbEntry(MiPteToAddress(PointerPte));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue