cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

elf.S (315B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Author: Huacai Chen <chenhuacai@loongson.cn>
      4 *
      5 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
      6 */
      7
      8#include <asm/vdso/vdso.h>
      9
     10#include <linux/elfnote.h>
     11#include <linux/version.h>
     12
     13ELFNOTE_START(Linux, 0, "a")
     14	.long LINUX_VERSION_CODE
     15ELFNOTE_END