mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 14:28:20 +08:00
[fix] compilation error from rpi (#7143)
* [fix] compile error from rpi
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user