mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-12 20:24:15 +08:00
[libcpu/aarch64] stop when no page is free
This commit is contained in:
@@ -109,6 +109,10 @@ static void _kenrel_unmap_4K(unsigned long *lv0_tbl, void *v_addr)
|
||||
}
|
||||
rt_pages_free(cur_page, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
break;
|
||||
}
|
||||
level--;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user