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

vendorid_list.h (203B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (C) 2021 SiFive
      4 */
      5#ifndef ASM_VENDOR_LIST_H
      6#define ASM_VENDOR_LIST_H
      7
      8#define SIFIVE_VENDOR_ID	0x489
      9#define THEAD_VENDOR_ID		0x5b7
     10
     11#endif