Changeset 0e507d55 in rtems

Timestamp:
07/02/16 22:19:38 (8 years ago)
Author:
Pavel Pisa <pisa@…>
Branches:
5, master
Children:
abea02a8
Parents:
2d5902d6
git-author:
Pavel Pisa <pisa@…> (07/02/16 22:19:38)
git-committer:
Pavel Pisa <pisa@…> (07/04/16 13:55:57)
Message:

rtems+bsps/cache: Define cache manager operations for code synchronization and maximal alignment.

There is need for unambiguous named and defined cache function
which should be called when code is updated, loaded
or is self-modifying.

There should be function to obtain maximal cache line length
as well. This function can and should be used for allocations
which can be used for data and or code and ensures that
there are no partial cache lines overlaps on start and
end of allocated region.

(No files)

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