Changeset 9bf9068 in rtems for c/src/lib/libcpu/or1k

Timestamp:
11/25/16 18:21:44 (7 years ago)
Author:
Martin Erik Werner <martinerikwerner.aac@…>
Branches:
5, master
Children:
c09db57
Parents:
a59dd5c
git-author:
Martin Erik Werner <martinerikwerner.aac@…> (11/25/16 18:21:44)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/28/16 06:30:44)
Message:

or1k: Avoid multiple iterations over cache

Previously, if the cache range operations were called with a range that
was larger than the cache size, this would lead to multiple iterations
over the cache, which is unnecessary.

Limit this so that if the range is larger than the cache size, the
operations will only iterate over the whole cache once.

(No files)

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