mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Updated comments and README
This commit is contained in:
@@ -194,7 +194,7 @@ void mmu_invalidate_region(uint32_t vstart, size_t size)
|
||||
uint32_t vaddr = vstart & 0xfffff000;
|
||||
uint32_t vend = vaddr + size;
|
||||
|
||||
/* Loop, writing each mapping into the L1 page table */
|
||||
/* Loop, invalidating regions */
|
||||
|
||||
while (vaddr < vend)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user