提交 12f0df92 编写于 作者: W wangxiaoyao 提交者: guo

[libcpu/aarch64] stop when no page is free

上级 fef26077
......@@ -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--;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册