Skip to content

Commit ad28ab1

Browse files
committed
kpatch/LoongArch: Add LoongArch specific features
Add section alt_instr check support for LoongArch. Signed-off-by: George Guo <[email protected]>
1 parent cbf2bc9 commit ad28ab1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kpatch-build/kpatch-build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,9 @@ find_special_section_data() {
393393
"s390x")
394394
check[a]=true # alt_instr
395395
;;
396+
"loongarch64")
397+
check[a]=true # alt_instr
398+
;;
396399
esac
397400

398401
# Kernel CONFIG_ features

0 commit comments

Comments
 (0)