Skip to content

Commit a7a69d5

Browse files
author
Alex Shi
committed
Merge branch 'v4.4/topic/ro-vdso' into linux-linaro-lsk-v4.4
2 parents 917a913 + 8966317 commit a7a69d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm64/kernel/vdso/vdso.S

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
#include <linux/const.h>
2222
#include <asm/page.h>
2323

24-
__PAGE_ALIGNED_DATA
25-
2624
.globl vdso_start, vdso_end
25+
.section .rodata
2726
.balign PAGE_SIZE
2827
vdso_start:
2928
.incbin "arch/arm64/kernel/vdso/vdso.so"

0 commit comments

Comments
 (0)