mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-31 15:50:26 +08:00
[libcpu/aarch64] stop when no page is free
This commit is contained in:
parent
fef2607764
commit
12f0df9279
@ -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--;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user