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

fixmap.h (247B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * fixmap.h: compile-time virtual memory allocation
      4 *
      5 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
      6 */
      7
      8#ifndef _ASM_FIXMAP_H
      9#define _ASM_FIXMAP_H
     10
     11#define NR_FIX_BTMAPS 64
     12
     13#endif