xref: /openbmc/linux/arch/s390/kernel/vdso32/vdso32_wrapper.S (revision 7a010c3c)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* SPDX-License-Identifier: GPL-2.0 */
2#include <linux/init.h>
3#include <linux/linkage.h>
4#include <asm/page.h>
5
6	__PAGE_ALIGNED_DATA
7
8	.globl vdso32_start, vdso32_end
9	.balign PAGE_SIZE
10vdso32_start:
11	.incbin "arch/s390/kernel/vdso32/vdso32.so"
12	.balign PAGE_SIZE
13vdso32_end:
14
15	.previous
16

served by {OpenGrok

Last Index Update: Sat May 03 03:01:14 CDT 2025