commit | 6dfb16a3d93307b9abd8155eac61f387f8b4afb9 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Wed Dec 15 10:05:23 2021 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Dec 15 16:50:11 2021 -0500 |
tree | f6bc9ac047685e10e9fee75ab9b982a85b794a05 | |
parent | 24291b86fd99634e05f88fc49a5cd2ed418ae972 [diff] |
arch/xtensa: Fix cache.h include dependency This file started using ALWAYS_INLINE from <toolchain.h> but didn't include it. Transitive inclusions were hiding the problem most places, but at least one test case exposes it. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>