[fix] compilation error from rpi (#7143)

* [fix] compile error from rpi
This commit is contained in:
Shell
2023-03-31 20:58:01 +08:00
committed by GitHub
parent c143842be2
commit 897ba365ba
7 changed files with 241 additions and 226 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ static void _varea_uninstall(rt_varea_t varea);
struct rt_aspace rt_kernel_space;
int _init_lock(rt_aspace_t aspace)
static int _init_lock(rt_aspace_t aspace)
{
int err;
MM_PGTBL_LOCK_INIT(aspace);