Commit dbd0906
deps: V8: cherry-pick 9ab40592f697
Original commit message:
[riscv] Flush icache in both local and remote harts
Fix the I-Cache flush flag according to the implementation of flush_icache_mm in Linux kernel.
Change-Id: I6e6b1f56c377c2c0a629e170737bfac6c357ce8d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6080611
Commit-Queue: Yahan Lu (LuYahan) <yahan@iscas.ac.cn>
Reviewed-by: Ji Qiu <qiuji@iscas.ac.cn>
Cr-Commit-Position: refs/heads/main@{#97673}
Refs: v8/v8@9ab4059
PR-URL: #56781
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>1 parent 01d732d commit dbd0906Copy full SHA for dbd0906
File tree
Expand file treeCollapse file tree
2 files changed
+3
-7
lines changedOpen diff view settings
Filter options
- deps/v8/src/codegen/riscv
Expand file treeCollapse file tree
2 files changed
+3
-7
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | 42 | |
43 | 43 | |
|
Collapse file
deps/v8/src/codegen/riscv/cpu-riscv.cc
Copy file name to clipboardExpand all lines: deps/v8/src/codegen/riscv/cpu-riscv.cc+2-6Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | 18 | |
24 | 19 | |
25 | 20 | |
26 | 21 | |
27 | | - |
| 22 | + |
| 23 | + |
28 | 24 | |
29 | 25 | |
30 | 26 | |
|
0 commit comments