blob: 8426229ba29282582a20bf65a2c08253f914edf3 [file] [log] [blame]
Russell King74945c82006-03-16 14:44:36 +00001/*
Russell King4baa9922008-08-02 10:55:55 +01002 * arch/arm/include/asm/pgtable-hwdef.h
Russell King74945c82006-03-16 14:44:36 +00003 *
4 * Copyright (C) 1995-2002 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10#ifndef _ASMARM_PGTABLE_HWDEF_H
11#define _ASMARM_PGTABLE_HWDEF_H
12
Catalin Marinasdcfdae02011-11-22 17:30:29 +000013#ifdef CONFIG_ARM_LPAE
14#include <asm/pgtable-3level-hwdef.h>
15#else
Catalin Marinas17f57212011-09-05 17:41:02 +010016#include <asm/pgtable-2level-hwdef.h>
Catalin Marinasdcfdae02011-11-22 17:30:29 +000017#endif
Russell King74945c82006-03-16 14:44:36 +000018
19#endif