xref: /kernel/linux/linux-5.10/arch/arm/include/asm/pgtable-hwdef.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/include/asm/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *  arch/arm/include/asm/pgtable-hwdef.h
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *  Copyright (C) 1995-2002 Russell King
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci#ifndef _ASMARM_PGTABLE_HWDEF_H
88c2ecf20Sopenharmony_ci#define _ASMARM_PGTABLE_HWDEF_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#ifdef CONFIG_ARM_LPAE
118c2ecf20Sopenharmony_ci#include <asm/pgtable-3level-hwdef.h>
128c2ecf20Sopenharmony_ci#else
138c2ecf20Sopenharmony_ci#include <asm/pgtable-2level-hwdef.h>
148c2ecf20Sopenharmony_ci#endif
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#endif
17

Indexes created Thu Nov 07 10:32:03 CST 2024