xref: /kernel/linux/linux-5.10/arch/s390/kernel/vdso64/note.S (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/s390/kernel/vdso64/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
48c2ecf20Sopenharmony_ci * Here we can supply some information useful to userland.
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#include <linux/uts.h>
88c2ecf20Sopenharmony_ci#include <linux/version.h>
98c2ecf20Sopenharmony_ci#include <linux/elfnote.h>
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciELFNOTE_START(Linux, 0, "a")
128c2ecf20Sopenharmony_ci	.long LINUX_VERSION_CODE
138c2ecf20Sopenharmony_ciELFNOTE_END
14

Indexes created Thu Nov 07 10:32:03 CST 2024