forked from Imagelibrary/rtems
rtems: Use atomic operation with correct type
This commit is contained in:
committed by
Sebastian Huber
parent
9f34aa5e06
commit
665928a9b5
@@ -189,7 +189,7 @@ _Cache_manager_Send_smp_msg(
|
|||||||
|
|
||||||
_Cache_manager_Process_cache_messages();
|
_Cache_manager_Process_cache_messages();
|
||||||
|
|
||||||
while ( !_Atomic_Load_uint( &node.done, ATOMIC_ORDER_ACQUIRE ) );
|
while ( !_Atomic_Load_ulong( &node.done, ATOMIC_ORDER_ACQUIRE ) );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user