We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd0957 commit e411e9cCopy full SHA for e411e9c
arch/powerpc/kernel/vdso32_wrapper.S
@@ -2,7 +2,7 @@
2
#include <linux/linkage.h>
3
#include <asm/page.h>
4
5
- __PAGE_ALIGNED_DATA
+ .section ".data..ro_after_init", "aw"
6
7
.globl vdso32_start, vdso32_end
8
.balign PAGE_SIZE
arch/powerpc/kernel/vdso64_wrapper.S
.globl vdso64_start, vdso64_end
0 commit comments