2006-03-16 21:44:36 +07:00
|
|
|
/*
|
2008-08-02 16:55:55 +07:00
|
|
|
* arch/arm/include/asm/pgtable-hwdef.h
|
2006-03-16 21:44:36 +07:00
|
|
|
*
|
|
|
|
* Copyright (C) 1995-2002 Russell King
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
#ifndef _ASMARM_PGTABLE_HWDEF_H
|
|
|
|
#define _ASMARM_PGTABLE_HWDEF_H
|
|
|
|
|
2011-11-23 00:30:29 +07:00
|
|
|
#ifdef CONFIG_ARM_LPAE
|
|
|
|
#include <asm/pgtable-3level-hwdef.h>
|
|
|
|
#else
|
2011-09-05 23:41:02 +07:00
|
|
|
#include <asm/pgtable-2level-hwdef.h>
|
2011-11-23 00:30:29 +07:00
|
|
|
#endif
|
2006-03-16 21:44:36 +07:00
|
|
|
|
|
|
|
#endif
|