Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
fork
Configure Feed
Select the types of activity you want to include in your feed.
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