Skip to content

Commit

Permalink
From patchwork series 436760
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox Snowpatch committed Dec 14, 2024
1 parent 2dd0957 commit e411e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/vdso32_wrapper.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <linux/linkage.h>
#include <asm/page.h>

__PAGE_ALIGNED_DATA
.section ".data..ro_after_init", "aw"

.globl vdso32_start, vdso32_end
.balign PAGE_SIZE
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/vdso64_wrapper.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <linux/linkage.h>
#include <asm/page.h>

__PAGE_ALIGNED_DATA
.section ".data..ro_after_init", "aw"

.globl vdso64_start, vdso64_end
.balign PAGE_SIZE
Expand Down

0 comments on commit e411e9c

Please sign in to comment.