summaryrefslogtreecommitdiff
path: root/rust/kernel/fs/file.rs
diff options
context:
space:
mode:
authorYang Li <yang.li85200@gmail.com>2024-10-16 17:56:26 +0800
committerGuo Ren (Alibaba DAMO Academy) <guoren@kernel.org>2025-10-19 02:42:40 -0400
commit809ef03d6d21d5fea016bbf6babeec462e37e68c (patch)
treef63097046fca70480213e90e55a826dfbac73b63 /rust/kernel/fs/file.rs
parent3a8660878839faadb4f1a6dd72c3179c1df56787 (diff)
csky: fix csky_cmpxchg_fixup not working
In the csky_cmpxchg_fixup function, it is incorrect to use the global variable csky_cmpxchg_stw to determine the address where the exception occurred.The global variable csky_cmpxchg_stw stores the opcode at the time of the exception, while &csky_cmpxchg_stw shows the address where the exception occurred. Signed-off-by: Yang Li <yang.li85200@gmail.com> Signed-off-by: Guo Ren <guoren@kernel.org>
Diffstat (limited to 'rust/kernel/fs/file.rs')
0 files changed, 0 insertions, 0 deletions