vdso-wrap.S 449 B

123456789101112131415161718192021222324
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2012 ARM Limited
  4. *
  5. * Author: Will Deacon <[email protected]>
  6. */
  7. #include <linux/init.h>
  8. #include <linux/linkage.h>
  9. #include <linux/const.h>
  10. #include <asm/assembler.h>
  11. #include <asm/page.h>
  12. .globl vdso_start, vdso_end
  13. .section .rodata
  14. .balign PAGE_SIZE
  15. vdso_start:
  16. .incbin "arch/arm64/kernel/vdso/vdso.so"
  17. .balign PAGE_SIZE
  18. vdso_end:
  19. .previous
  20. emit_aarch64_feature_1_and