Changeset f807b84 in rtems

Timestamp:
06/01/16 09:04:50 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
c6556e2e
Parents:
a9cc6a84
git-author:
Sebastian Huber <sebastian.huber@…> (06/01/16 09:04:50)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/01/16 09:13:47)
Message:

score: Fix _Thread_Lock_acquire()

A read-modify-write operation is necessary to read the last value
written.

See for example C11 standard or Power ISA 2.07, Book II: Power ISA
Virtual Environment Architecture, Section 1.6.3 Memory Coherence
Required [Category: Memory Coherence] and Section 1.7.3 Atomic Update.

(No files)

Note: See TracChangeset for help on using the changeset viewer.