/arch/powerpc/kernel/vdso32/vdso32_wrapper.S

http://github.com/mirrors/linux · Assembly · 14 lines · 10 code · 3 blank · 1 comment · 0 complexity · c81f5e6ad24350b81587dde93faa373a MD5 · raw file

  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #include <linux/linkage.h>
  3. #include <asm/page.h>
  4. __PAGE_ALIGNED_DATA
  5. .globl vdso32_start, vdso32_end
  6. .balign PAGE_SIZE
  7. vdso32_start:
  8. .incbin "arch/powerpc/kernel/vdso32/vdso32.so.dbg"
  9. .balign PAGE_SIZE
  10. vdso32_end:
  11. .previous