note.S 517 B

1234567891011121314151617181920212223
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2012 ARM Limited
  4. *
  5. * Author: Will Deacon <[email protected]>
  6. *
  7. * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
  8. * Here we can supply some information useful to userland.
  9. */
  10. #include <linux/uts.h>
  11. #include <linux/version.h>
  12. #include <linux/elfnote.h>
  13. #include <linux/build-salt.h>
  14. #include <asm/assembler.h>
  15. ELFNOTE_START(Linux, 0, "a")
  16. .long LINUX_VERSION_CODE
  17. ELFNOTE_END
  18. BUILD_SALT
  19. emit_aarch64_feature_1_and