commit | 512de6044e1f23aec407116b59a7f91b489ec47f | [log] [tgz] |
---|---|---|
author | Tomasz Lauda <tomasz.lauda@linux.intel.com> | Fri Aug 10 11:31:31 2018 +0200 |
committer | Tomasz Lauda <tomasz.lauda@linux.intel.com> | Fri Aug 10 11:31:31 2018 +0200 |
tree | d771c85052dc856f34f59dd37399c2133dbba3f1 | |
parent | 20752b7a9bf723760c017afdfa793ddb1579538b [diff] |
cavs: memory: align runtime heap buffers to cache lines Aligns every runtime heap buffer to cache line (64 bytes). This way we won't have problem with processing tasks on slave cores in the future. Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>