mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 02:00:16 +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);
|
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(FALSE);
|
ASSERT(KeNumberProcessors == 1);
|
||||||
#endif
|
#endif
|
||||||
KeInvalidateTlbEntry(MiPteToAddress(PointerPte));
|
KeInvalidateTlbEntry(MiPteToAddress(PointerPte));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue