mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[NTOS:MM] Improve an ASSERT
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user