File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 12
12
#include <linux/version.h>
13
13
#include <linux/elfnote.h>
14
14
#include <linux/build-salt.h>
15
+ #include <asm/assembler.h>
15
16
16
17
ELFNOTE_START(Linux, 0 , "a" )
17
18
.long LINUX_VERSION_CODE
18
19
ELFNOTE_END
19
20
20
21
BUILD_SALT
22
+
23
+ emit_aarch64_feature_1_and
Original file line number Diff line number Diff line change 9
9
* /
10
10
11
11
#include <linux/linkage.h>
12
+ #include <asm/assembler.h>
12
13
#include <asm/unistd.h>
13
14
14
15
.text
@@ -24,3 +25,5 @@ SYM_FUNC_START(__kernel_rt_sigreturn)
24
25
svc # 0
25
26
.cfi_endproc
26
27
SYM_FUNC_END(__kernel_rt_sigreturn)
28
+
29
+ emit_aarch64_feature_1_and
Original file line number Diff line number Diff line change 8
8
#include <linux/init.h>
9
9
#include <linux/linkage.h>
10
10
#include <linux/const.h>
11
+ #include <asm/assembler.h>
11
12
#include <asm/page.h>
12
13
13
14
.globl vdso_start, vdso_end
@@ -19,3 +20,5 @@ vdso_start:
19
20
vdso_end:
20
21
21
22
.previous
23
+
24
+ emit_aarch64_feature_1_and
You can’t perform that action at this time.
0 commit comments