mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 10:18:27 +08:00
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