commit | e027a54440a4c9eeec356d6a71bb178fc8a0e136 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> | Thu Apr 29 15:26:30 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 07 12:44:34 2021 -0400 |
tree | 3559b1350a1a0c33d07732e9181ecd8efa119065 | |
parent | d7a37529159a42f02a0ffc2e8f324938e0ef134f [diff] |
cavs: remove unused and dangerous definitions uncache_to_cache(), cache_to_uncache() and is_uncached() macros are currently unused in Zephyr, besides the former two are dangerous because they add and subtract an offset instead of masking and unmasking a bit, which can lead to wrong addresses if applied repeatedly. Remove these macros for now, we can re-add them later if needed in their fixed versions. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>