diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2019-04-14 14:02:17 -0700 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2019-05-14 13:19:35 -0700 |
commit | 75eed0e5f74a05ade59b874aff3b652b5ee2e47e (patch) | |
tree | 6fadd58727fe9a6351811bfda471c655337d6e59 /target/xtensa/overlay_tool.h | |
parent | 4d04ea35b30f9ba4097b746622eea07be3f2c363 (diff) |
target/xtensa: implement DIWBUI.P opcode
This is a recent addition to the set of data cache opcodes.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'target/xtensa/overlay_tool.h')
-rw-r--r-- | target/xtensa/overlay_tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/xtensa/overlay_tool.h b/target/xtensa/overlay_tool.h index b61c925398..4925b21f0e 100644 --- a/target/xtensa/overlay_tool.h +++ b/target/xtensa/overlay_tool.h @@ -425,6 +425,7 @@ #define CACHE_SECTION \ .icache_ways = XCHAL_ICACHE_WAYS, \ .dcache_ways = XCHAL_DCACHE_WAYS, \ + .dcache_line_bytes = XCHAL_DCACHE_LINESIZE, \ .memctl_mask = \ (XCHAL_ICACHE_SIZE ? MEMCTL_IUSEWAYS_MASK : 0) | \ (XCHAL_DCACHE_SIZE ? \ |