[RTEMS Project] #4569: aarch64 cache support does not provide rtems_cache_disable_data()
RTEMS trac
trac at rtems.org
Sun Dec 12 17:58:14 UTC 2021
#4569: aarch64 cache support does not provide rtems_cache_disable_data()
-----------------------------+----------------------------
Reporter: Sebastian Huber | Owner: Joel Sherrill
Type: defect | Status: closed
Priority: normal | Milestone: 6.1
Component: arch/aarch64 | Version: 6
Severity: normal | Resolution: fixed
Keywords: | Blocked By:
Blocking: |
-----------------------------+----------------------------
Changes (by Kinsey Moore <kinsey.moore@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"68b0db358c81a7f770a44ceb819197bdc320bc99/rtems"
68b0db35/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="68b0db358c81a7f770a44ceb819197bdc320bc99"
bsps/aarch64: Remove erroneous cache feature
The AArch64 cache implementation does not define
rtems_cache_disable_data(), but declares that it does via
CPU_CACHE_SUPPORT_PROVIDES_DISABLE_DATA. The existing implementation of
_CPU_cache_disable_data() is sufficient to enable this functionality
without the erroneous cache feature flag.
Closes #4569
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4569#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list