Skip to content

Commit e411e9c

Browse files
author
Fox Snowpatch
committed
1 parent 2dd0957 commit e411e9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/powerpc/kernel/vdso32_wrapper.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <linux/linkage.h>
33
#include <asm/page.h>
44

5-
__PAGE_ALIGNED_DATA
5+
.section ".data..ro_after_init", "aw"
66

77
.globl vdso32_start, vdso32_end
88
.balign PAGE_SIZE

arch/powerpc/kernel/vdso64_wrapper.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <linux/linkage.h>
33
#include <asm/page.h>
44

5-
__PAGE_ALIGNED_DATA
5+
.section ".data..ro_after_init", "aw"
66

77
.globl vdso64_start, vdso64_end
88
.balign PAGE_SIZE

0 commit comments

Comments
 (0)