mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOS:MM] Improve an ASSERT
This commit is contained in:
parent
33949028fb
commit
396167bc7e
1 changed files with 1 additions and 1 deletions
|
@ -2412,7 +2412,7 @@ MiProtectVirtualMemory(IN PEPROCESS Process,
|
|||
MI_WRITE_INVALID_PTE(PointerPte, PteContents);
|
||||
#ifdef CONFIG_SMP
|
||||
// FIXME: Should invalidate entry in every CPU TLB
|
||||
ASSERT(FALSE);
|
||||
ASSERT(KeNumberProcessors == 1);
|
||||
#endif
|
||||
KeInvalidateTlbEntry(MiPteToAddress(PointerPte));
|
||||
|
||||
|
|
Loading…
Reference in a new issue