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

pgtable-hwdef.h (321B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 *  arch/arm/include/asm/pgtable-hwdef.h
      4 *
      5 *  Copyright (C) 1995-2002 Russell King
      6 */
      7#ifndef _ASMARM_PGTABLE_HWDEF_H
      8#define _ASMARM_PGTABLE_HWDEF_H
      9
     10#ifdef CONFIG_ARM_LPAE
     11#include <asm/pgtable-3level-hwdef.h>
     12#else
     13#include <asm/pgtable-2level-hwdef.h>
     14#endif
     15
     16#endif