mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 13:55:26 +08:00
[fixup] add cache maintenance ops;
fix bugs on cache maintenance when starting user app
This commit is contained in:
@@ -467,6 +467,10 @@ void lwp_free(struct rt_lwp* lwp)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
level = rt_hw_interrupt_disable();
|
||||
}
|
||||
|
||||
/* for parent */
|
||||
{
|
||||
|
Reference in New Issue
Block a user