mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-02 23:07:20 +08:00
This provides a non-noop implementation of spinlocks for JFFS2 in terms of RTEMS mutexes. POSIX spinlocks are not appropriate for the types of actions that occur during a held JFFS2 spinlock and can cause bad dispatch level conditions.