xref: /kernel/linux/linux-6.6/arch/sparc/vdso/vdso32/vdso-note.S (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/sparc/vdso/vdso32/
162306a36Sopenharmony_ci/*
262306a36Sopenharmony_ci * This supplies .note.* sections to go into the PT_NOTE inside the vDSO
362306a36Sopenharmony_ci * text. Here we can supply some information useful to userland.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#include <linux/uts.h>
762306a36Sopenharmony_ci#include <linux/version.h>
862306a36Sopenharmony_ci#include <linux/elfnote.h>
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ciELFNOTE_START(Linux, 0, "a")
1162306a36Sopenharmony_ci	.long	LINUX_VERSION_CODE
1262306a36Sopenharmony_ciELFNOTE_END
13

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