We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 917a913 + 8966317 commit a7a69d5Copy full SHA for a7a69d5
1 file changed
arch/arm64/kernel/vdso/vdso.S
@@ -21,9 +21,8 @@
21
#include <linux/const.h>
22
#include <asm/page.h>
23
24
- __PAGE_ALIGNED_DATA
25
-
26
.globl vdso_start, vdso_end
+ .section .rodata
27
.balign PAGE_SIZE
28
vdso_start:
29
.incbin "arch/arm64/kernel/vdso/vdso.so"
0 commit comments