Skip to content

Commit

Permalink
riscv: errata: thead: Make cache clean to flush
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoguang Xing <xiaoguang.xing@sophgo.com>
  • Loading branch information
xingxg2022 authored and RevySR committed Sep 13, 2024
1 parent e2f9973 commit 94ca55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/include/asm/errata_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ asm volatile(ALTERNATIVE( \
#define THEAD_flush_A0 ".long 0x0275000b"
#define THEAD_SYNC_S ".long 0x0190000b"
#define THEAD_inval_PA_A0 ".long 0x02a5000b"
#define THEAD_clean_PA_A0 ".long 0x0295000b"
#define THEAD_clean_PA_A0 ".long 0x02b5000b"
#define THEAD_flush_PA_A0 ".long 0x02b5000b"

#define ALT_CMO_OP(_op, _start, _size, _cachesize) \
Expand Down

0 comments on commit 94ca55e

Please sign in to comment.