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

vermagic.h (341B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright (C) 2003 Hewlett-Packard Co
      4 *	David Mosberger-Tang <davidm@hpl.hp.com>
      5 */
      6
      7#ifndef _ASM_VERMAGIC_H
      8#define _ASM_VERMAGIC_H
      9
     10#include <linux/stringify.h>
     11
     12#define MODULE_ARCH_VERMAGIC	"ia64" \
     13	"gcc-" __stringify(__GNUC__) "." __stringify(__GNUC_MINOR__)
     14
     15#endif /* _ASM_VERMAGIC_H */